#33A8AE

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

Shades of Light Sea Green #33A8AE

Tints of Light Sea Green #33A8AE

Color information

#33A8AE (or 0x33A8AE) is unknown color: approx Light Sea Green. HEX triplet: 33, A8 and AE. RGB value is (51,168,174). Sum of RGB (Red+Green+Blue) = 51+168+174=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #33A8AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A8AE is #CC5751. Grayscale: #858585. Windows color (decimal): -13391698 or 11446323. OLE color: 11446323.

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

Color convert

RGB51168174-
CMYK0.710.0300.32
HSL182.93º54.67%44.12%-
HSV(B)182.93º70.69%68.24%-
XYZ23.0131.7744.96-
YUV133.7150.7469.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.98%
GREEN value IS 168 (66.02% from 255) = 42.75%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=12.98%
G=42.75%
B=44.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511681740.710.0300.32182.9354.6744.12
Hex33A8AE473020b7372c
Octal6325025610730402676754
Binary1100111010100010101110100011111010000010110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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