Html Css Color HEX #3CBC90 Shamrock

📋 copy color: '#3CBC90'

red 60 ◦ green 188 ◦ blue 144

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

Shades of Shamrock #3CBC90

Tints of Shamrock #3CBC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.96%

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 15.31%
G = 47.96%
B = 36.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#3CBC90 (or 0x3CBC90) is known color: Shamrock. HEX triplet: 3C, BC and 90. RGB value is (60,188,144). Sum of RGB (Red+Green+Blue) = 60+188+144=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBC90 is #C3436F. Grayscale: #909090. Windows color (decimal): -12796784 or 9485372. OLE color: 9485372.

HSL color Cylindrical-coordinate representation of color #3CBC90: hue angle of 159.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC90 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 144 -
CMYK 0.68 0 0.23 0.26
HSL 159.38º 0.52% 0.49% -
HSV(B) 159.38º 0.68% 0.74% -
XYZ 24.88 38.94 32.59 -
YUV 144.71 127.59 67.58 -
System Red Green Blue C M Y K H S L
Decimal 60 188 144 0.68 0 0.23 0.26 159.38 0.52 0.49
Hex 3C BC 90 44 0 17 1A 9F 34 31
Octal 74 274 220 104 0 27 32 237 64 61
Binary 111100 10111100 10010000 1000100 0 10111 11010 10011111 110100 110001

Color Harmonies of #3CBC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBC90

Black with #3CBC90

Text Example


Text Example

White with #3CBC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,188,144); }

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

background-color css

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

 a { background-color: rgb(60,188,144); }

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

border-color css

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

 span { border-color: rgb(60,188,144); }

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