#3CA09B

Color #3CA09B Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #3CA09B

Tints of Blue Chill #3CA09B

Color information

#3CA09B (or 0x3CA09B) is unknown color: approx Blue Chill. HEX triplet: 3C, A0 and 9B. RGB value is (60,160,155). Sum of RGB (Red+Green+Blue) = 60+160+155=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA09B is #C35F64. Grayscale: #818181. Windows color (decimal): -12803941 or 10199100. OLE color: 10199100.

HSL color Cylindrical-coordinate representation of color #3CA09B: hue angle of 177º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3CA09B is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB60160155-
CMYK0.6200.030.37
HSL177º45.45%43.14%-
HSV(B)177º62.5%62.75%-
XYZ20.3528.4735.43-
YUV129.53142.3778.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16%
GREEN value IS 160 (62.89% from 255) = 42.67%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=16%
G=42.67%
B=41.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal601601550.6200.030.3717745.4543.14
Hex3CA09B3E0325b12d2b
Octal742402337603452615553
Binary111100101000001001101111111001110010110110001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CA09B; }

 p { color: rgb(60,160,155); }

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

<style>
 a { background-color: #3CA09B; }

 a { background-color: rgb(60,160,155); }

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

<style>
 span { border-color: #3CA09B; }

 span { border-color: rgb(60,160,155); }

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