Html Css Color HEX #3C908C Blue Chill

📋 copy color: '#3C908C'

red 60 ◦ green 144 ◦ blue 140

#3C908C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #3C908C

Tints of Blue Chill #3C908C

RGB

 RED value IS 60 (23.83% from 255) = 17.44%

 GREEN value IS 144 (56.64% from 255) = 41.86%

 BLUE value IS 140 (55.08% from 255) = 40.7%

R = 17.44%
G = 41.86%
B = 40.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#3C908C (or 0x3C908C) is known color: Blue Chill. HEX triplet: 3C, 90 and 8C. RGB value is (60,144,140). Sum of RGB (Red+Green+Blue) = 60+144+140=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #3C908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C908C is #C36F73. Grayscale: #767676. Windows color (decimal): -12808052 or 9211964. OLE color: 9211964.

HSL color Cylindrical-coordinate representation of color #3C908C: hue angle of 177.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C908C is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 144 140 -
CMYK 0.58 0 0.03 0.44
HSL 177.14º 0.41% 0.4% -
HSV(B) 177.14º 0.58% 0.56% -
XYZ 16.57 22.8 28.34 -
YUV 118.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 60 144 140 0.58 0 0.03 0.44 177.14 0.41 0.4
Hex 3C 90 8C 3A 0 3 2C B1 29 28
Octal 74 220 214 72 0 3 54 261 51 50
Binary 111100 10010000 10001100 111010 0 11 101100 10110001 101001 101000

Color Harmonies of #3C908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C908C

Black with #3C908C

Text Example


Text Example

White with #3C908C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,144,140); }

 H1.HeaderClassName
 {
   color: #3C908C;
 }
 .AnyTagClassName
 {
   color: #3C908C;
 }
</style>

background-color css

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

 a { background-color: rgb(60,144,140); }

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

border-color css

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

 span { border-color: rgb(60,144,140); }

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