#33ACAA

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

Shades of Light Sea Green #33ACAA

Tints of Light Sea Green #33ACAA

Color information

#33ACAA (or 0x33ACAA) is unknown color: approx Light Sea Green. HEX triplet: 33, AC and AA. RGB value is (51,172,170). Sum of RGB (Red+Green+Blue) = 51+172+170=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #33ACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33ACAA is #CC5355. Grayscale: #878787. Windows color (decimal): -13390678 or 11185203. OLE color: 11185203.

HSL color Cylindrical-coordinate representation of color #33ACAA: hue angle of 179.01º 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 #33ACAA is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB51172170-
CMYK0.7000.010.33
HSL179.01º54.26%43.73%-
HSV(B)179.01º70.35%67.45%-
XYZ23.3733.1143.19-
YUV135.59147.4167.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.98%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=12.98%
G=43.77%
B=43.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511721700.7000.010.33179.0154.2643.73
Hex33ACAA460121b3362c
Octal6325425210601412636654
Binary110011101011001010101010001100110000110110011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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