#8FD4CB

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

Shades of Riptide #8FD4CB

Tints of Riptide #8FD4CB

Color information

#8FD4CB (or 0x8FD4CB) is unknown color: approx Riptide. HEX triplet: 8F, D4 and CB. RGB value is (143,212,203). Sum of RGB (Red+Green+Blue) = 143+212+203=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD4CB is #702B34. Grayscale: #BEBEBE. Windows color (decimal): -7351093 or 13358223. OLE color: 13358223.

HSL color Cylindrical-coordinate representation of color #8FD4CB: hue angle of 172.17º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD4CB is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB143212203-
CMYK0.3300.040.17
HSL172.17º44.52%69.61%-
HSV(B)172.17º32.55%83.14%-
XYZ45.6557.2465.14-
YUV190.34135.1494.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.63%
GREEN value IS 212 (83.20% from 255) = 37.99%
BLUE value IS 203 (79.69% from 255) = 36.38%
R=25.63%
G=37.99%
B=36.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1432122030.3300.040.17172.1744.5269.61
Hex8FD4CB210411ac2d46
Octal21732431341042125455106
Binary100011111101010011001011100001010010001101011001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FD4CB; }

 p { color: rgb(143,212,203); }

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

<style>
 a { background-color: #8FD4CB; }

 a { background-color: rgb(143,212,203); }

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

<style>
 span { border-color: #8FD4CB; }

 span { border-color: rgb(143,212,203); }

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