#3BAAA4

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

Shades of Light Sea Green #3BAAA4

Tints of Light Sea Green #3BAAA4

Color information

#3BAAA4 (or 0x3BAAA4) is unknown color: approx Light Sea Green. HEX triplet: 3B, AA and A4. RGB value is (59,170,164). Sum of RGB (Red+Green+Blue) = 59+170+164=393 (52% of max value = 765). Red value is 59 (23.44% from 255 or 15.01% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAAA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAAA4 is #C4555B. Grayscale: #888888. Windows color (decimal): -12866908 or 10791483. OLE color: 10791483.

HSL color Cylindrical-coordinate representation of color #3BAAA4: hue angle of 176.76º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAAA4 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB59170164-
CMYK0.6500.040.33
HSL176.76º48.47%44.9%-
HSV(B)176.76º65.29%66.67%-
XYZ22.8832.3640.16-
YUV136.13143.7372.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.01%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 164 (64.45% from 255) = 41.73%
R=15.01%
G=43.26%
B=41.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591701640.6500.040.33176.7648.4744.9
Hex3BAAA4410421b1302d
Octal7325224410104412616055
Binary11101110101010101001001000001010010000110110001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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