Html Css Color HEX #3CBC88 Shamrock

📋 copy color: '#3CBC88'

red 60 ◦ green 188 ◦ blue 136

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

Shades of Shamrock #3CBC88

Tints of Shamrock #3CBC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.42%

R = 15.63%
G = 48.96%
B = 35.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#3CBC88 (or 0x3CBC88) is known color: Shamrock. HEX triplet: 3C, BC and 88. RGB value is (60,188,136). Sum of RGB (Red+Green+Blue) = 60+188+136=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBC88 is #C34377. Grayscale: #8F8F8F. Windows color (decimal): -12796792 or 8961084. OLE color: 8961084.

HSL color Cylindrical-coordinate representation of color #3CBC88: hue angle of 155.62º 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 #3CBC88 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 136 -
CMYK 0.68 0 0.28 0.26
HSL 155.63º 0.52% 0.49% -
HSV(B) 155.63º 0.68% 0.74% -
XYZ 24.29 38.7 29.48 -
YUV 143.8 123.59 68.23 -
System Red Green Blue C M Y K H S L
Decimal 60 188 136 0.68 0 0.28 0.26 155.63 0.52 0.49
Hex 3C BC 88 44 0 1C 1A 9C 34 31
Octal 74 274 210 104 0 34 32 234 64 61
Binary 111100 10111100 10001000 1000100 0 11100 11010 10011100 110100 110001

Color Harmonies of #3CBC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBC88

Black with #3CBC88

Text Example


Text Example

White with #3CBC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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