Html Css Color HEX #33BEA1 Shamrock

📋 copy color: '#33BEA1'

red 51 ◦ green 190 ◦ blue 161

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

Shades of Shamrock #33BEA1

Tints of Shamrock #33BEA1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.26%

 BLUE value IS 161 (63.28% from 255) = 40.05%

R = 12.69%
G = 47.26%
B = 40.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#33BEA1 (or 0x33BEA1) is known color: Shamrock. HEX triplet: 33, BE and A1. RGB value is (51,190,161). Sum of RGB (Red+Green+Blue) = 51+190+161=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #33BEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BEA1 is #CC415E. Grayscale: #919191. Windows color (decimal): -13386079 or 10599987. OLE color: 10599987.

HSL color Cylindrical-coordinate representation of color #33BEA1: hue angle of 167.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BEA1 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 190 161 -
CMYK 0.73 0 0.15 0.25
HSL 167.48º 0.58% 0.47% -
HSV(B) 167.48º 0.73% 0.75% -
XYZ 26.21 40.1 40.08 -
YUV 145.13 136.95 60.86 -
System Red Green Blue C M Y K H S L
Decimal 51 190 161 0.73 0 0.15 0.25 167.48 0.58 0.47
Hex 33 BE A1 49 0 F 19 A7 3A 2F
Octal 63 276 241 111 0 17 31 247 72 57
Binary 110011 10111110 10100001 1001001 0 1111 11001 10100111 111010 101111

Color Harmonies of #33BEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BEA1

Black with #33BEA1

Text Example


Text Example

White with #33BEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,190,161); }

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

background-color css

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

 a { background-color: rgb(51,190,161); }

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

border-color css

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

 span { border-color: rgb(51,190,161); }

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