#33AFAA

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

Shades of Light Sea Green #33AFAA

Tints of Light Sea Green #33AFAA

Color information

#33AFAA (or 0x33AFAA) is unknown color: approx Light Sea Green. HEX triplet: 33, AF and AA. RGB value is (51,175,170). Sum of RGB (Red+Green+Blue) = 51+175+170=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #33AFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AFAA is #CC5055. Grayscale: #898989. Windows color (decimal): -13389910 or 11185971. OLE color: 11185971.

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

Color convert

RGB51175170-
CMYK0.7100.030.31
HSL177.58º54.87%44.31%-
HSV(B)177.58º70.86%68.63%-
XYZ23.9534.2743.38-
YUV137.35146.4266.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.88%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=12.88%
G=44.19%
B=42.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511751700.7100.030.31177.5854.8744.31
Hex33AFAA47031Fb2372c
Octal6325725210703372626754
Binary110011101011111010101010001110111111110110010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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