#8CDBA4

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

Shades of Chinook #8CDBA4

Tints of Chinook #8CDBA4

Color information

#8CDBA4 (or 0x8CDBA4) is unknown color: approx Chinook. HEX triplet: 8C, DB and A4. RGB value is (140,219,164). Sum of RGB (Red+Green+Blue) = 140+219+164=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDBA4 is #73245B. Grayscale: #BDBDBD. Windows color (decimal): -7545948 or 10804108. OLE color: 10804108.

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

Color convert

RGB140219164-
CMYK0.3600.250.14
HSL138.23º52.32%70.39%-
HSV(B)138.23º36.07%85.88%-
XYZ42.8558.9244.24-
YUV189.11113.8392.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.77%
GREEN value IS 219 (85.94% from 255) = 41.87%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=26.77%
G=41.87%
B=31.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402191640.3600.250.14138.2352.3270.39
Hex8CDBA424019E8a3446
Octal214333244440311621264106
Binary1000110011011011101001001001000110011110100010101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,219,164); }

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

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

 a { background-color: rgb(140,219,164); }

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

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

 span { border-color: rgb(140,219,164); }

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