#8FDAD4

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

Shades of Riptide #8FDAD4

Tints of Riptide #8FDAD4

Color information

#8FDAD4 (or 0x8FDAD4) is unknown color: approx Riptide. HEX triplet: 8F, DA and D4. RGB value is (143,218,212). Sum of RGB (Red+Green+Blue) = 143+218+212=573 (75% of max value = 765). Red value is 143 (56.25% from 255 or 24.96% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDAD4 is #70252B. Grayscale: #C2C2C2. Windows color (decimal): -7349548 or 13949583. OLE color: 13949583.

HSL color Cylindrical-coordinate representation of color #8FDAD4: hue angle of 175.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FDAD4 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB143218212-
CMYK0.3400.030.15
HSL175.2º50.34%70.78%-
HSV(B)175.2º34.4%85.49%-
XYZ48.2860.7471.47-
YUV194.89137.6590.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.96%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 212 (83.20% from 255) = 37.00%
R=24.96%
G=38.05%
B=37.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432182120.3400.030.15175.250.3470.78
Hex8FDAD42203Faf3247
Octal21733232442031725762107
Binary1000111111011010110101001000100111111101011111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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