#8FD4C5

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

Shades of Riptide #8FD4C5

Tints of Riptide #8FD4C5

Color information

#8FD4C5 (or 0x8FD4C5) is unknown color: approx Riptide. HEX triplet: 8F, D4 and C5. RGB value is (143,212,197). Sum of RGB (Red+Green+Blue) = 143+212+197=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD4C5 is #702B3A. Grayscale: #BDBDBD. Windows color (decimal): -7351099 or 12965007. OLE color: 12965007.

HSL color Cylindrical-coordinate representation of color #8FD4C5: hue angle of 166.96º 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 #8FD4C5 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB143212197-
CMYK0.3300.070.17
HSL166.96º44.52%69.61%-
HSV(B)166.96º32.55%83.14%-
XYZ44.9556.9661.45-
YUV189.66132.1494.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.91%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 197 (77.34% from 255) = 35.69%
R=25.91%
G=38.41%
B=35.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1432121970.3300.070.17166.9644.5269.61
Hex8FD4C5210711a72d46
Octal21732430541072124755106
Binary100011111101010011000101100001011110001101001111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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