#33AEA6

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

Shades of Light Sea Green #33AEA6

Tints of Light Sea Green #33AEA6

Color information

#33AEA6 (or 0x33AEA6) is unknown color: approx Light Sea Green. HEX triplet: 33, AE and A6. RGB value is (51,174,166). Sum of RGB (Red+Green+Blue) = 51+174+166=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #33AEA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AEA6 is #CC5159. Grayscale: #888888. Windows color (decimal): -13390170 or 10923571. OLE color: 10923571.

HSL color Cylindrical-coordinate representation of color #33AEA6: hue angle of 176.1º 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 #33AEA6 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB51174166-
CMYK0.7100.050.32
HSL176.1º54.67%44.12%-
HSV(B)176.1º70.69%68.24%-
XYZ23.3833.7341.35-
YUV136.31144.7567.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.04%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 166 (65.23% from 255) = 42.46%
R=13.04%
G=44.50%
B=42.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511741660.7100.050.32176.154.6744.12
Hex33AEA6470520b0372c
Octal6325624610705402606754
Binary11001110101110101001101000111010110000010110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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