#8AD1CD

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

Shades of Riptide #8AD1CD

Tints of Riptide #8AD1CD

Color information

#8AD1CD (or 0x8AD1CD) is unknown color: approx Riptide. HEX triplet: 8A, D1 and CD. RGB value is (138,209,205). Sum of RGB (Red+Green+Blue) = 138+209+205=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD1CD is #752E32. Grayscale: #BBBBBB. Windows color (decimal): -7679539 or 13488522. OLE color: 13488522.

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

Color convert

RGB138209205-
CMYK0.3400.020.18
HSL176.62º43.56%68.04%-
HSV(B)176.62º33.97%81.96%-
XYZ44.355.4166.12-
YUV187.32137.9892.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25%
GREEN value IS 209 (82.03% from 255) = 37.86%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=25%
G=37.86%
B=37.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382092050.3400.020.18176.6243.5668.04
Hex8AD1CD220212b12c44
Octal21232131542022226154104
Binary10001010110100011100110110001001010010101100011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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