#8FEADE

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

Shades of Riptide #8FEADE

Tints of Riptide #8FEADE

Color information

#8FEADE (or 0x8FEADE) is unknown color: approx Riptide. HEX triplet: 8F, EA and DE. RGB value is (143,234,222). Sum of RGB (Red+Green+Blue) = 143+234+222=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEADE is #701521. Grayscale: #CDCDCD. Windows color (decimal): -7345442 or 14609039. OLE color: 14609039.

HSL color Cylindrical-coordinate representation of color #8FEADE: hue angle of 172.09º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEADE is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB143234222-
CMYK0.3900.050.08
HSL172.09º68.42%73.92%-
HSV(B)172.09º38.89%91.76%-
XYZ53.9469.9679.77-
YUV205.42137.3583.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.87%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=23.87%
G=39.07%
B=37.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432342220.3900.050.08172.0968.4273.92
Hex8FEADE27058ac444a
Octal217352336470510254104112
Binary100011111110101011011110100111010110001010110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,234,222); }

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

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

 a { background-color: rgb(143,234,222); }

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

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

 span { border-color: rgb(143,234,222); }

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