Html Css Color HEX #3C968E Blue Chill

📋 copy color: '#3C968E'

red 60 ◦ green 150 ◦ blue 142

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

Shades of Blue Chill #3C968E

Tints of Blue Chill #3C968E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.34%

R = 17.05%
G = 42.61%
B = 40.34%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#3C968E (or 0x3C968E) is known color: Blue Chill. HEX triplet: 3C, 96 and 8E. RGB value is (60,150,142). Sum of RGB (Red+Green+Blue) = 60+150+142=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #3C968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C968E is #C36971. Grayscale: #7A7A7A. Windows color (decimal): -12806514 or 9344572. OLE color: 9344572.

HSL color Cylindrical-coordinate representation of color #3C968E: hue angle of 174.67º 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 #3C968E is Cyan = 0.6, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 150 142 -
CMYK 0.6 0 0.05 0.41
HSL 174.67º 0.43% 0.41% -
HSV(B) 174.67º 0.6% 0.59% -
XYZ 17.65 24.73 29.43 -
YUV 122.18 139.18 83.65 -
System Red Green Blue C M Y K H S L
Decimal 60 150 142 0.6 0 0.05 0.41 174.67 0.43 0.41
Hex 3C 96 8E 3C 0 5 29 AF 2B 29
Octal 74 226 216 74 0 5 51 257 53 51
Binary 111100 10010110 10001110 111100 0 101 101001 10101111 101011 101001

Color Harmonies of #3C968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C968E

Black with #3C968E

Text Example


Text Example

White with #3C968E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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