#8AD6CD

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

Shades of Riptide #8AD6CD

Tints of Riptide #8AD6CD

Color information

#8AD6CD (or 0x8AD6CD) is unknown color: approx Riptide. HEX triplet: 8A, D6 and CD. RGB value is (138,214,205). Sum of RGB (Red+Green+Blue) = 138+214+205=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD6CD is #752932. Grayscale: #BEBEBE. Windows color (decimal): -7678259 or 13489802. OLE color: 13489802.

HSL color Cylindrical-coordinate representation of color #8AD6CD: hue angle of 172.89º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD6CD is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB138214205-
CMYK0.3600.040.16
HSL172.89º48.1%69.02%-
HSV(B)172.89º35.51%83.92%-
XYZ45.5557.966.53-
YUV190.25136.3290.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.78%
GREEN value IS 214 (83.98% from 255) = 38.42%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=24.78%
G=38.42%
B=36.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382142050.3600.040.16172.8948.169.02
Hex8AD6CD240410ad3045
Octal21232631544042025560105
Binary100010101101011011001101100100010010000101011011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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