Html Css Color HEX #33C1AB Light Sea Green

📋 copy color: '#33C1AB'

red 51 ◦ green 193 ◦ blue 171

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

Shades of Light Sea Green #33C1AB

Tints of Light Sea Green #33C1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.51%

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 12.29%
G = 46.51%
B = 41.2%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#33C1AB (or 0x33C1AB) is known color: Light Sea Green. HEX triplet: 33, C1 and AB. RGB value is (51,193,171). Sum of RGB (Red+Green+Blue) = 51+193+171=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #33C1AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C1AB is #CC3E54. Grayscale: #939393. Windows color (decimal): -13385301 or 11256115. OLE color: 11256115.

HSL color Cylindrical-coordinate representation of color #33C1AB: hue angle of 170.7º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C1AB is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 193 171 -
CMYK 0.74 0 0.11 0.24
HSL 170.7º 0.58% 0.48% -
HSV(B) 170.7º 0.74% 0.76% -
XYZ 27.79 41.78 45.13 -
YUV 148.03 140.96 58.79 -
System Red Green Blue C M Y K H S L
Decimal 51 193 171 0.74 0 0.11 0.24 170.7 0.58 0.48
Hex 33 C1 AB 4A 0 B 18 AB 3A 30
Octal 63 301 253 112 0 13 30 253 72 60
Binary 110011 11000001 10101011 1001010 0 1011 11000 10101011 111010 110000

Color Harmonies of #33C1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C1AB

Black with #33C1AB

Text Example


Text Example

White with #33C1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,193,171); }

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

background-color css

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

 a { background-color: rgb(51,193,171); }

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

border-color css

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

 span { border-color: rgb(51,193,171); }

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