#3BAEB1

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

Shades of Light Sea Green #3BAEB1

Tints of Light Sea Green #3BAEB1

Color information

#3BAEB1 (or 0x3BAEB1) is unknown color: approx Light Sea Green. HEX triplet: 3B, AE and B1. RGB value is (59,174,177). Sum of RGB (Red+Green+Blue) = 59+174+177=410 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.39% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 177 - color contains mainly: blue. Hex color #3BAEB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAEB1 is #C4514E. Grayscale: #8B8B8B. Windows color (decimal): -12865871 or 11644475. OLE color: 11644475.

HSL color Cylindrical-coordinate representation of color #3BAEB1: hue angle of 181.53º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BAEB1 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB59174177-
CMYK0.670.0200.31
HSL181.53º50%46.27%-
HSV(B)181.53º66.67%69.41%-
XYZ24.8834.3846.92-
YUV139.96148.970.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.39%
GREEN value IS 174 (68.36% from 255) = 42.44%
BLUE value IS 177 (69.53% from 255) = 43.17%
R=14.39%
G=42.44%
B=43.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591741770.670.0200.31181.535046.27
Hex3BAEB143201Fb6322e
Octal7325626110320372666256
Binary111011101011101011000110000111001111110110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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