#33abae

Color #33ABAE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #33ABAE

Tints of Light Sea Green #33ABAE

Color information

#33ABAE (or 0x33ABAE) is unknown color: approx Light Sea Green. HEX triplet: 33, AB and AE. RGB value is (51,171,174). Sum of RGB (Red+Green+Blue) = 51+171+174=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #33ABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33ABAE is #CC5451. Grayscale: #878787. Windows color (decimal): -13390930 or 11447091. OLE color: 11447091.

HSL color Cylindrical-coordinate representation of color #33ABAE: hue angle of 181.46º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33ABAE is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51171174-
CMYK0.710.0200.32
HSL181.46º54.67%44.12%-
HSV(B)181.46º70.69%68.24%-
XYZ23.5732.8945.15-
YUV135.46149.7467.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.88%
GREEN value IS 171 (67.19% from 255) = 43.18%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=12.88%
G=43.18%
B=43.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511711740.710.0200.32181.4654.6744.12
Hex33ABAE472020b5372c
Octal6325325610720402656754
Binary1100111010101110101110100011110010000010110101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33abae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33abae;
 }
 .AnyTagClassName
 {
   color: #33abae;
 }
</style>
background-color css

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

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

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

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

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

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