#8AD9CB

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

Shades of Riptide #8AD9CB

Tints of Riptide #8AD9CB

Color information

#8AD9CB (or 0x8AD9CB) is unknown color: approx Riptide. HEX triplet: 8A, D9 and CB. RGB value is (138,217,203). Sum of RGB (Red+Green+Blue) = 138+217+203=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD9CB is #752634. Grayscale: #BFBFBF. Windows color (decimal): -7677493 or 13359498. OLE color: 13359498.

HSL color Cylindrical-coordinate representation of color #8AD9CB: hue angle of 169.37º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD9CB is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB138217203-
CMYK0.3600.060.15
HSL169.37º50.97%69.61%-
HSV(B)169.37º36.41%85.1%-
XYZ46.0759.3465.53-
YUV191.78134.3389.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.73%
GREEN value IS 217 (85.16% from 255) = 38.89%
BLUE value IS 203 (79.69% from 255) = 36.38%
R=24.73%
G=38.89%
B=36.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382172030.3600.060.15169.3750.9769.61
Hex8AD9CB2406Fa93346
Octal21233131344061725163106
Binary10001010110110011100101110010001101111101010011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,217,203); }

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

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

 a { background-color: rgb(138,217,203); }

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

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

 span { border-color: rgb(138,217,203); }

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