Html Css Color HEX #3C968F Blue Chill

📋 copy color: '#3C968F'

red 60 ◦ green 150 ◦ blue 143

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

Shades of Blue Chill #3C968F

Tints of Blue Chill #3C968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 17%
G = 42.49%
B = 40.51%

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

#3C968F (or 0x3C968F) is known color: Blue Chill. HEX triplet: 3C, 96 and 8F. RGB value is (60,150,143). Sum of RGB (Red+Green+Blue) = 60+150+143=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #3C968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C968F is #C36970. Grayscale: #7A7A7A. Windows color (decimal): -12806513 or 9410108. OLE color: 9410108.

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

Color convert

RGB 60 150 143 -
CMYK 0.6 0 0.05 0.41
HSL 175.33º 0.43% 0.41% -
HSV(B) 175.33º 0.6% 0.59% -
XYZ 17.73 24.76 29.83 -
YUV 122.29 139.68 83.57 -
System Red Green Blue C M Y K H S L
Decimal 60 150 143 0.6 0 0.05 0.41 175.33 0.43 0.41
Hex 3C 96 8F 3C 0 5 29 AF 2B 29
Octal 74 226 217 74 0 5 51 257 53 51
Binary 111100 10010110 10001111 111100 0 101 101001 10101111 101011 101001

Color Harmonies of #3C968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C968F

Black with #3C968F

Text Example


Text Example

White with #3C968F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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