#8ADFC5

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

Shades of Riptide #8ADFC5

Tints of Riptide #8ADFC5

Color information

#8ADFC5 (or 0x8ADFC5) is unknown color: approx Riptide. HEX triplet: 8A, DF and C5. RGB value is (138,223,197). Sum of RGB (Red+Green+Blue) = 138+223+197=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFC5 is #75203A. Grayscale: #C2C2C2. Windows color (decimal): -7675963 or 12967818. OLE color: 12967818.

HSL color Cylindrical-coordinate representation of color #8ADFC5: hue angle of 161.65º degrees, saturation: 0.57, 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 #8ADFC5 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB138223197-
CMYK0.3800.120.13
HSL161.65º57.05%70.78%-
HSV(B)161.65º38.12%87.45%-
XYZ46.9562.2162.36-
YUV194.62129.3487.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.73%
GREEN value IS 223 (87.5% from 255) = 39.96%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=24.73%
G=39.96%
B=35.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382231970.3800.120.13161.6557.0570.78
Hex8ADFC5260CDa23947
Octal212337305460141524271107
Binary100010101101111111000101100110011001101101000101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,223,197); }

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

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

 a { background-color: rgb(138,223,197); }

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

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

 span { border-color: rgb(138,223,197); }

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