Html Css Color HEX #33BC96 Shamrock

📋 copy color: '#33BC96'

red 51 ◦ green 188 ◦ blue 150

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

Shades of Shamrock #33BC96

Tints of Shamrock #33BC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.56%

R = 13.11%
G = 48.33%
B = 38.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#33BC96 (or 0x33BC96) is known color: Shamrock. HEX triplet: 33, BC and 96. RGB value is (51,188,150). Sum of RGB (Red+Green+Blue) = 51+188+150=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BC96 is #CC4369. Grayscale: #8E8E8E. Windows color (decimal): -13386602 or 9878579. OLE color: 9878579.

HSL color Cylindrical-coordinate representation of color #33BC96: hue angle of 163.36º 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 #33BC96 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 188 150 -
CMYK 0.73 0 0.20 0.26
HSL 163.36º 0.57% 0.47% -
HSV(B) 163.36º 0.73% 0.74% -
XYZ 24.85 38.87 35.05 -
YUV 142.71 132.11 62.59 -
System Red Green Blue C M Y K H S L
Decimal 51 188 150 0.73 0 0.20 0.26 163.36 0.57 0.47
Hex 33 BC 96 49 0 14 1A A3 39 2F
Octal 63 274 226 111 0 24 32 243 71 57
Binary 110011 10111100 10010110 1001001 0 10100 11010 10100011 111001 101111

Color Harmonies of #33BC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BC96

Black with #33BC96

Text Example


Text Example

White with #33BC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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