Html Css Color HEX #33BB96 Shamrock

📋 copy color: '#33BB96'

red 51 ◦ green 187 ◦ blue 150

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

Shades of Shamrock #33BB96

Tints of Shamrock #33BB96

RGB

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

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

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

R = 13.14%
G = 48.2%
B = 38.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#33BB96 (or 0x33BB96) is known color: Shamrock. HEX triplet: 33, BB and 96. RGB value is (51,187,150). Sum of RGB (Red+Green+Blue) = 51+187+150=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #33BB96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BB96 is #CC4469. Grayscale: #8E8E8E. Windows color (decimal): -13386858 or 9878323. OLE color: 9878323.

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

Color convert

RGB 51 187 150 -
CMYK 0.73 0 0.20 0.27
HSL 163.68º 0.57% 0.47% -
HSV(B) 163.68º 0.73% 0.73% -
XYZ 24.64 38.45 34.98 -
YUV 142.12 132.44 63.01 -
System Red Green Blue C M Y K H S L
Decimal 51 187 150 0.73 0 0.20 0.27 163.68 0.57 0.47
Hex 33 BB 96 49 0 14 1B A4 39 2F
Octal 63 273 226 111 0 24 33 244 71 57
Binary 110011 10111011 10010110 1001001 0 10100 11011 10100100 111001 101111

Color Harmonies of #33BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BB96

Black with #33BB96

Text Example


Text Example

White with #33BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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