Html Css Color HEX #33BC93 Shamrock

📋 copy color: '#33BC93'

red 51 ◦ green 188 ◦ blue 147

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

Shades of Shamrock #33BC93

Tints of Shamrock #33BC93

RGB

 RED value IS 51 (20.31% from 255) = 13.21%

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

 BLUE value IS 147 (57.81% from 255) = 38.08%

R = 13.21%
G = 48.7%
B = 38.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#33BC93 (or 0x33BC93) is known color: Shamrock. HEX triplet: 33, BC and 93. RGB value is (51,188,147). Sum of RGB (Red+Green+Blue) = 51+188+147=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BC93 is #CC436C. Grayscale: #8E8E8E. Windows color (decimal): -13386605 or 9681971. OLE color: 9681971.

HSL color Cylindrical-coordinate representation of color #33BC93: hue angle of 162.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BC93 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 188 147 -
CMYK 0.73 0 0.22 0.26
HSL 162.04º 0.57% 0.47% -
HSV(B) 162.04º 0.73% 0.74% -
XYZ 24.61 38.78 33.79 -
YUV 142.36 130.61 62.83 -
System Red Green Blue C M Y K H S L
Decimal 51 188 147 0.73 0 0.22 0.26 162.04 0.57 0.47
Hex 33 BC 93 49 0 16 1A A2 39 2F
Octal 63 274 223 111 0 26 32 242 71 57
Binary 110011 10111100 10010011 1001001 0 10110 11010 10100010 111001 101111

Color Harmonies of #33BC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BC93

Black with #33BC93

Text Example


Text Example

White with #33BC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33BC93; }

 p { color: rgb(51,188,147); }

 H1.HeaderClassName
 {
   color: #33BC93;
 }
 .AnyTagClassName
 {
   color: #33BC93;
 }
</style>

background-color css

<style>
 a { background-color: #33BC93; }

 a { background-color: rgb(51,188,147); }

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

border-color css

<style>
 span { border-color: #33BC93; }

 span { border-color: rgb(51,188,147); }

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