#8AD1CA

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

Shades of Riptide #8AD1CA

Tints of Riptide #8AD1CA

Color information

#8AD1CA (or 0x8AD1CA) is unknown color: approx Riptide. HEX triplet: 8A, D1 and CA. RGB value is (138,209,202). Sum of RGB (Red+Green+Blue) = 138+209+202=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD1CA is #752E35. Grayscale: #BABABA. Windows color (decimal): -7679542 or 13291914. OLE color: 13291914.

HSL color Cylindrical-coordinate representation of color #8AD1CA: hue angle of 174.08º 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 #8AD1CA is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB138209202-
CMYK0.3400.030.18
HSL174.08º43.56%68.04%-
HSV(B)174.08º33.97%81.96%-
XYZ43.9455.2764.23-
YUV186.97136.4893.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.14%
GREEN value IS 209 (82.03% from 255) = 38.07%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=25.14%
G=38.07%
B=36.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382092020.3400.030.18174.0843.5668.04
Hex8AD1CA220312ae2c44
Octal21232131242032225654104
Binary10001010110100011100101010001001110010101011101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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