#33ABAC

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

Shades of Light Sea Green #33ABAC

Tints of Light Sea Green #33ABAC

Color information

#33ABAC (or 0x33ABAC) is unknown color: approx Light Sea Green. HEX triplet: 33, AB and AC. RGB value is (51,171,172). Sum of RGB (Red+Green+Blue) = 51+171+172=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #33ABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33ABAC is #CC5453. Grayscale: #878787. Windows color (decimal): -13390932 or 11316019. OLE color: 11316019.

HSL color Cylindrical-coordinate representation of color #33ABAC: hue angle of 180.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33ABAC is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51171172-
CMYK0.700.0100.33
HSL180.5º54.26%43.73%-
HSV(B)180.5º70.35%67.45%-
XYZ23.3732.8144.13-
YUV135.23148.7467.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.94%
GREEN value IS 171 (67.19% from 255) = 43.40%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=12.94%
G=43.40%
B=43.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511711720.700.0100.33180.554.2643.73
Hex33ABAC461021b4362c
Octal6325325410610412646654
Binary110011101010111010110010001101010000110110100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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