#8ADEC7

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

Shades of Riptide #8ADEC7

Tints of Riptide #8ADEC7

Color information

#8ADEC7 (or 0x8ADEC7) is unknown color: approx Riptide. HEX triplet: 8A, DE and C7. RGB value is (138,222,199). Sum of RGB (Red+Green+Blue) = 138+222+199=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADEC7 is #752138. Grayscale: #C2C2C2. Windows color (decimal): -7676217 or 13098634. OLE color: 13098634.

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

Color convert

RGB138222199-
CMYK0.3800.100.13
HSL163.57º56%70.59%-
HSV(B)163.57º37.84%87.06%-
XYZ46.9161.7763.48-
YUV194.26130.6787.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.69%
GREEN value IS 222 (87.11% from 255) = 39.71%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=24.69%
G=39.71%
B=35.60%

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
Decimal1382221990.3800.100.13163.575670.59
Hex8ADEC7260ADa43847
Octal212336307460121524470107
Binary100010101101111011000111100110010101101101001001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,222,199); }

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

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

 a { background-color: rgb(138,222,199); }

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

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

 span { border-color: rgb(138,222,199); }

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