Html Css Color HEX #3C988F Blue Chill

📋 copy color: '#3C988F'

red 60 ◦ green 152 ◦ blue 143

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

Shades of Blue Chill #3C988F

Tints of Blue Chill #3C988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

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

R = 16.9%
G = 42.82%
B = 40.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#3C988F (or 0x3C988F) is known color: Blue Chill. HEX triplet: 3C, 98 and 8F. RGB value is (60,152,143). Sum of RGB (Red+Green+Blue) = 60+152+143=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #3C988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C988F is #C36770. Grayscale: #7B7B7B. Windows color (decimal): -12806001 or 9410620. OLE color: 9410620.

HSL color Cylindrical-coordinate representation of color #3C988F: hue angle of 174.13º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C988F is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 60 152 143 -
CMYK 0.61 0 0.06 0.40
HSL 174.13º 0.43% 0.42% -
HSV(B) 174.13º 0.61% 0.6% -
XYZ 18.05 25.4 29.94 -
YUV 123.47 139.02 82.73 -
System Red Green Blue C M Y K H S L
Decimal 60 152 143 0.61 0 0.06 0.40 174.13 0.43 0.42
Hex 3C 98 8F 3D 0 6 28 AE 2B 2A
Octal 74 230 217 75 0 6 50 256 53 52
Binary 111100 10011000 10001111 111101 0 110 101000 10101110 101011 101010

Color Harmonies of #3C988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C988F

Black with #3C988F

Text Example


Text Example

White with #3C988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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