#33AFAE

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

Shades of Light Sea Green #33AFAE

Tints of Light Sea Green #33AFAE

Color information

#33AFAE (or 0x33AFAE) is unknown color: approx Light Sea Green. HEX triplet: 33, AF and AE. RGB value is (51,175,174). Sum of RGB (Red+Green+Blue) = 51+175+174=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #33AFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AFAE is #CC5051. Grayscale: #898989. Windows color (decimal): -13389906 or 11448115. OLE color: 11448115.

HSL color Cylindrical-coordinate representation of color #33AFAE: hue angle of 179.52º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AFAE is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB51175174-
CMYK0.7100.010.31
HSL179.52º54.87%44.31%-
HSV(B)179.52º70.86%68.63%-
XYZ24.3434.4245.41-
YUV137.81148.4266.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.75%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=12.75%
G=43.75%
B=43.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511751740.7100.010.31179.5254.8744.31
Hex33AFAE47011Fb4372c
Octal6325725610701372646754
Binary11001110101111101011101000111011111110110100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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