Html Css Color HEX #3C968C Blue Chill

📋 copy color: '#3C968C'

red 60 ◦ green 150 ◦ blue 140

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

Shades of Blue Chill #3C968C

Tints of Blue Chill #3C968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

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

R = 17.14%
G = 42.86%
B = 40%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#3C968C (or 0x3C968C) is known color: Blue Chill. HEX triplet: 3C, 96 and 8C. RGB value is (60,150,140). Sum of RGB (Red+Green+Blue) = 60+150+140=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #3C968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C968C is #C36973. Grayscale: #797979. Windows color (decimal): -12806516 or 9213500. OLE color: 9213500.

HSL color Cylindrical-coordinate representation of color #3C968C: hue angle of 173.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C968C is Cyan = 0.6, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 150 140 -
CMYK 0.6 0 0.07 0.41
HSL 173.33º 0.43% 0.41% -
HSV(B) 173.33º 0.6% 0.59% -
XYZ 17.5 24.67 28.65 -
YUV 121.95 138.18 83.81 -
System Red Green Blue C M Y K H S L
Decimal 60 150 140 0.6 0 0.07 0.41 173.33 0.43 0.41
Hex 3C 96 8C 3C 0 7 29 AD 2B 29
Octal 74 226 214 74 0 7 51 255 53 51
Binary 111100 10010110 10001100 111100 0 111 101001 10101101 101011 101001

Color Harmonies of #3C968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C968C

Black with #3C968C

Text Example


Text Example

White with #3C968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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