#8ADDC8

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

Shades of Riptide #8ADDC8

Tints of Riptide #8ADDC8

Color information

#8ADDC8 (or 0x8ADDC8) is unknown color: approx Riptide. HEX triplet: 8A, DD and C8. RGB value is (138,221,200). Sum of RGB (Red+Green+Blue) = 138+221+200=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDC8 is #752237. Grayscale: #C1C1C1. Windows color (decimal): -7676472 or 13163914. OLE color: 13163914.

HSL color Cylindrical-coordinate representation of color #8ADDC8: hue angle of 164.82º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDC8 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB138221200-
CMYK0.3800.100.13
HSL164.82º54.97%70.39%-
HSV(B)164.82º37.56%86.67%-
XYZ46.7661.2964.01-
YUV193.79131.588.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.69%
GREEN value IS 221 (86.72% from 255) = 39.53%
BLUE value IS 200 (78.52% from 255) = 35.78%
R=24.69%
G=39.53%
B=35.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382212000.3800.100.13164.8254.9770.39
Hex8ADDC8260ADa53746
Octal212335310460121524567106
Binary100010101101110111001000100110010101101101001011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,221,200); }

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

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

 a { background-color: rgb(138,221,200); }

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

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

 span { border-color: rgb(138,221,200); }

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