#33ACA5

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

Shades of Light Sea Green #33ACA5

Tints of Light Sea Green #33ACA5

Color information

#33ACA5 (or 0x33ACA5) is unknown color: approx Light Sea Green. HEX triplet: 33, AC and A5. RGB value is (51,172,165). Sum of RGB (Red+Green+Blue) = 51+172+165=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #33ACA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33ACA5 is #CC535A. Grayscale: #868686. Windows color (decimal): -13390683 or 10857523. OLE color: 10857523.

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

Color convert

RGB51172165-
CMYK0.7000.040.33
HSL176.53º54.26%43.73%-
HSV(B)176.53º70.35%67.45%-
XYZ22.9132.9340.75-
YUV135.02144.9168.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.14%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 165 (64.84% from 255) = 42.53%
R=13.14%
G=44.33%
B=42.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511721650.7000.040.33176.5354.2643.73
Hex33ACA5460421b1362c
Octal6325424510604412616654
Binary11001110101100101001011000110010010000110110001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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