Html Css Color HEX #33B4A4 Light Sea Green

📋 copy color: '#33B4A4'

red 51 ◦ green 180 ◦ blue 164

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

Shades of Light Sea Green #33B4A4

Tints of Light Sea Green #33B4A4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.57%

 BLUE value IS 164 (64.45% from 255) = 41.52%

R = 12.91%
G = 45.57%
B = 41.52%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#33B4A4 (or 0x33B4A4) is known color: Light Sea Green. HEX triplet: 33, B4 and A4. RGB value is (51,180,164). Sum of RGB (Red+Green+Blue) = 51+180+164=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #33B4A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B4A4 is #CC4B5B. Grayscale: #8B8B8B. Windows color (decimal): -13388636 or 10794035. OLE color: 10794035.

HSL color Cylindrical-coordinate representation of color #33B4A4: hue angle of 172.56º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B4A4 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 180 164 -
CMYK 0.72 0 0.09 0.29
HSL 172.56º 0.56% 0.45% -
HSV(B) 172.56º 0.72% 0.71% -
XYZ 24.39 36.03 40.79 -
YUV 139.61 141.76 64.8 -
System Red Green Blue C M Y K H S L
Decimal 51 180 164 0.72 0 0.09 0.29 172.56 0.56 0.45
Hex 33 B4 A4 48 0 9 1D AD 38 2D
Octal 63 264 244 110 0 11 35 255 70 55
Binary 110011 10110100 10100100 1001000 0 1001 11101 10101101 111000 101101

Color Harmonies of #33B4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B4A4

Black with #33B4A4

Text Example


Text Example

White with #33B4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,180,164); }

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

background-color css

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

 a { background-color: rgb(51,180,164); }

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

border-color css

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

 span { border-color: rgb(51,180,164); }

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