#8ADCC7

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

Shades of Riptide #8ADCC7

Tints of Riptide #8ADCC7

Color information

#8ADCC7 (or 0x8ADCC7) is unknown color: approx Riptide. HEX triplet: 8A, DC and C7. RGB value is (138,220,199). Sum of RGB (Red+Green+Blue) = 138+220+199=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCC7 is #752338. Grayscale: #C1C1C1. Windows color (decimal): -7676729 or 13098122. OLE color: 13098122.

HSL color Cylindrical-coordinate representation of color #8ADCC7: hue angle of 164.63º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADCC7 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB138220199-
CMYK0.3700.100.14
HSL164.63º53.95%70.2%-
HSV(B)164.63º37.27%86.27%-
XYZ46.3860.7163.31-
YUV193.09131.3388.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.78%
GREEN value IS 220 (86.33% from 255) = 39.50%
BLUE value IS 199 (78.12% from 255) = 35.73%
R=24.78%
G=39.50%
B=35.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382201990.3700.100.14164.6353.9570.2
Hex8ADCC7250AEa53646
Octal212334307450121624566106
Binary100010101101110011000111100101010101110101001011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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