#33ADAA

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

Shades of Light Sea Green #33ADAA

Tints of Light Sea Green #33ADAA

Color information

#33ADAA (or 0x33ADAA) is unknown color: approx Light Sea Green. HEX triplet: 33, AD and AA. RGB value is (51,173,170). Sum of RGB (Red+Green+Blue) = 51+173+170=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #33ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33ADAA is #CC5255. Grayscale: #888888. Windows color (decimal): -13390422 or 11185459. OLE color: 11185459.

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

Color convert

RGB51173170-
CMYK0.7100.020.32
HSL178.52º54.46%43.92%-
HSV(B)178.52º70.52%67.84%-
XYZ23.5633.4943.25-
YUV136.18147.0867.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.94%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=12.94%
G=43.91%
B=43.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511731700.7100.020.32178.5254.4643.92
Hex33ADAA470220b3362c
Octal6325525210702402636654
Binary1100111010110110101010100011101010000010110011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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