#8AD1CE

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

Shades of Riptide #8AD1CE

Tints of Riptide #8AD1CE

Color information

#8AD1CE (or 0x8AD1CE) is unknown color: approx Riptide. HEX triplet: 8A, D1 and CE. RGB value is (138,209,206). Sum of RGB (Red+Green+Blue) = 138+209+206=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD1CE is #752E31. Grayscale: #BBBBBB. Windows color (decimal): -7679538 or 13554058. OLE color: 13554058.

HSL color Cylindrical-coordinate representation of color #8AD1CE: hue angle of 177.46º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD1CE is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB138209206-
CMYK0.3400.010.18
HSL177.46º43.56%68.04%-
HSV(B)177.46º33.97%81.96%-
XYZ44.4255.4666.76-
YUV187.43138.4892.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.95%
GREEN value IS 209 (82.03% from 255) = 37.79%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=24.95%
G=37.79%
B=37.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382092060.3400.010.18177.4643.5668.04
Hex8AD1CE220112b12c44
Octal21232131642012226154104
Binary1000101011010001110011101000100110010101100011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,209,206); }

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

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

 a { background-color: rgb(138,209,206); }

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

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

 span { border-color: rgb(138,209,206); }

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