#7FD5CD

Color #7FD5CD Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #7FD5CD

Tints of Riptide #7FD5CD

Color information

#7FD5CD (or 0x7FD5CD) is unknown color: approx Riptide. HEX triplet: 7F, D5 and CD. RGB value is (127,213,205). Sum of RGB (Red+Green+Blue) = 127+213+205=545 (72% of max value = 765). Red value is 127 (50% from 255 or 23.30% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD5CD is #802A32. Grayscale: #BABABA. Windows color (decimal): -8399411 or 13489535. OLE color: 13489535.

HSL color Cylindrical-coordinate representation of color #7FD5CD: hue angle of 174.42º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD5CD is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB127213205-
CMYK0.4000.040.16
HSL174.42º50.59%66.67%-
HSV(B)174.42º40.38%83.53%-
XYZ43.5756.5166.37-
YUV186.37138.5185.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 23.30%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=23.30%
G=39.08%
B=37.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1272132050.4000.040.16174.4250.5966.67
Hex7FD5CD280410ae3343
Octal17732531550042025663103
Binary11111111101010111001101101000010010000101011101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FD5CD; }

 p { color: rgb(127,213,205); }

 H1.HeaderClassName
 {
   color: #7FD5CD;
 }
 .AnyTagClassName
 {
   color: #7FD5CD;
 }
</style>
background-color css

<style>
 a { background-color: #7FD5CD; }

 a { background-color: rgb(127,213,205); }

 div.DivClassName
 {
   background-color: #7FD5CD;
 }
 .BgClassName
 {
   background-color: #7FD5CD;
 }
</style>
border-color css

<style>
 span { border-color: #7FD5CD; }

 span { border-color: rgb(127,213,205); }

 td.TdClassName
 {
   border-color: #7FD5CD;
 }
 .TagClassName
 {
   border-color: #7FD5CD;
 }
</style>