#3BAAAE

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

Shades of Light Sea Green #3BAAAE

Tints of Light Sea Green #3BAAAE

Color information

#3BAAAE (or 0x3BAAAE) is unknown color: approx Light Sea Green. HEX triplet: 3B, AA and AE. RGB value is (59,170,174). Sum of RGB (Red+Green+Blue) = 59+170+174=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #3BAAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAAAE is #C45551. Grayscale: #898989. Windows color (decimal): -12866898 or 11446843. OLE color: 11446843.

HSL color Cylindrical-coordinate representation of color #3BAAAE: hue angle of 182.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAAAE is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB59170174-
CMYK0.660.0200.32
HSL182.09º49.36%45.69%-
HSV(B)182.09º66.09%68.24%-
XYZ23.8232.7445.11-
YUV137.27148.7372.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.64%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=14.64%
G=42.18%
B=43.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591701740.660.0200.32182.0949.3645.69
Hex3BAAAE422020b6312e
Octal7325225610220402666156
Binary1110111010101010101110100001010010000010110110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BAAAE; }

 p { color: rgb(59,170,174); }

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

<style>
 a { background-color: #3BAAAE; }

 a { background-color: rgb(59,170,174); }

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

<style>
 span { border-color: #3BAAAE; }

 span { border-color: rgb(59,170,174); }

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