#8AD4D0

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

Shades of Riptide #8AD4D0

Tints of Riptide #8AD4D0

Color information

#8AD4D0 (or 0x8AD4D0) is unknown color: approx Riptide. HEX triplet: 8A, D4 and D0. RGB value is (138,212,208). Sum of RGB (Red+Green+Blue) = 138+212+208=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD4D0 is #752B2F. Grayscale: #BDBDBD. Windows color (decimal): -7678768 or 13685898. OLE color: 13685898.

HSL color Cylindrical-coordinate representation of color #8AD4D0: hue angle of 176.76º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD4D0 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB138212208-
CMYK0.3500.020.17
HSL176.76º46.25%68.63%-
HSV(B)176.76º34.91%83.14%-
XYZ45.4157.0468.29-
YUV189.42138.4891.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.73%
GREEN value IS 212 (83.20% from 255) = 37.99%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=24.73%
G=37.99%
B=37.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382122080.3500.020.17176.7646.2568.63
Hex8AD4D0230211b12e45
Octal21232432043022126156105
Binary10001010110101001101000010001101010001101100011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,212,208); }

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

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

 a { background-color: rgb(138,212,208); }

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

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

 span { border-color: rgb(138,212,208); }

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