#8ADDCB

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

Shades of Riptide #8ADDCB

Tints of Riptide #8ADDCB

Color information

#8ADDCB (or 0x8ADDCB) is unknown color: approx Riptide. HEX triplet: 8A, DD and CB. RGB value is (138,221,203). Sum of RGB (Red+Green+Blue) = 138+221+203=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDCB is #752234. Grayscale: #C2C2C2. Windows color (decimal): -7676469 or 13360522. OLE color: 13360522.

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

Color convert

RGB138221203-
CMYK0.3800.080.13
HSL166.99º54.97%70.39%-
HSV(B)166.99º37.56%86.67%-
XYZ47.1261.4365.87-
YUV194.1313387.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.56%
GREEN value IS 221 (86.72% from 255) = 39.32%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=24.56%
G=39.32%
B=36.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382212030.3800.080.13166.9954.9770.39
Hex8ADDCB2608Da73746
Octal212335313460101524767106
Binary100010101101110111001011100110010001101101001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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