Html Css Color HEX #3CBB95 Shamrock

📋 copy color: '#3CBB95'

red 60 ◦ green 187 ◦ blue 149

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

Shades of Shamrock #3CBB95

Tints of Shamrock #3CBB95

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.22%

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 15.15%
G = 47.22%
B = 37.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#3CBB95 (or 0x3CBB95) is known color: Shamrock. HEX triplet: 3C, BB and 95. RGB value is (60,187,149). Sum of RGB (Red+Green+Blue) = 60+187+149=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBB95 is #C3446A. Grayscale: #909090. Windows color (decimal): -12797035 or 9812796. OLE color: 9812796.

HSL color Cylindrical-coordinate representation of color #3CBB95: hue angle of 162.05º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBB95 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 187 149 -
CMYK 0.68 0 0.20 0.27
HSL 162.05º 0.51% 0.48% -
HSV(B) 162.05º 0.68% 0.73% -
XYZ 25.06 38.67 34.58 -
YUV 144.7 130.42 67.59 -
System Red Green Blue C M Y K H S L
Decimal 60 187 149 0.68 0 0.20 0.27 162.05 0.51 0.48
Hex 3C BB 95 44 0 14 1B A2 33 30
Octal 74 273 225 104 0 24 33 242 63 60
Binary 111100 10111011 10010101 1000100 0 10100 11011 10100010 110011 110000

Color Harmonies of #3CBB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBB95

Black with #3CBB95

Text Example


Text Example

White with #3CBB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,187,149); }

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

background-color css

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

 a { background-color: rgb(60,187,149); }

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

border-color css

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

 span { border-color: rgb(60,187,149); }

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