#8ADDBF

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

Shades of Riptide #8ADDBF

Tints of Riptide #8ADDBF

Color information

#8ADDBF (or 0x8ADDBF) is unknown color: approx Riptide. HEX triplet: 8A, DD and BF. RGB value is (138,221,191). Sum of RGB (Red+Green+Blue) = 138+221+191=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDBF is #752240. Grayscale: #C0C0C0. Windows color (decimal): -7676481 or 12574090. OLE color: 12574090.

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

Color convert

RGB138221191-
CMYK0.3800.140.13
HSL158.31º54.97%70.39%-
HSV(B)158.31º37.56%86.67%-
XYZ45.7460.8858.63-
YUV192.7612788.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.09%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 191 (75% from 255) = 34.73%
R=25.09%
G=40.18%
B=34.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382211910.3800.140.13158.3154.9770.39
Hex8ADDBF260ED9e3746
Octal212335277460161523667106
Binary100010101101110110111111100110011101101100111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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