#8BDDCD

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

Shades of Riptide #8BDDCD

Tints of Riptide #8BDDCD

Color information

#8BDDCD (or 0x8BDDCD) is unknown color: approx Riptide. HEX triplet: 8B, DD and CD. RGB value is (139,221,205). Sum of RGB (Red+Green+Blue) = 139+221+205=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDCD is #742232. Grayscale: #C2C2C2. Windows color (decimal): -7610931 or 13491595. OLE color: 13491595.

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

Color convert

RGB139221205-
CMYK0.3700.070.13
HSL168.29º54.67%70.59%-
HSV(B)168.29º37.1%86.67%-
XYZ47.5261.6167.14-
YUV194.66133.8388.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.60%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=24.60%
G=39.12%
B=36.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392212050.3700.070.13168.2954.6770.59
Hex8BDDCD2507Da83747
Octal21333531545071525067107
Binary10001011110111011100110110010101111101101010001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,221,205); }

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

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

 a { background-color: rgb(139,221,205); }

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

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

 span { border-color: rgb(139,221,205); }

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