#3BBAAF

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

Shades of Light Sea Green #3BBAAF

Tints of Light Sea Green #3BBAAF

Color information

#3BBAAF (or 0x3BBAAF) is unknown color: approx Light Sea Green. HEX triplet: 3B, BA and AF. RGB value is (59,186,175). Sum of RGB (Red+Green+Blue) = 59+186+175=420 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.05% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #3BBAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBAAF is #C44550. Grayscale: #929292. Windows color (decimal): -12862801 or 11516475. OLE color: 11516475.

HSL color Cylindrical-coordinate representation of color #3BBAAF: hue angle of 174.8º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BBAAF is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB59186175-
CMYK0.6800.060.27
HSL174.8º51.84%48.04%-
HSV(B)174.8º68.28%72.94%-
XYZ27.139.1446.68-
YUV146.77143.9265.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.05%
GREEN value IS 186 (73.05% from 255) = 44.29%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=14.05%
G=44.29%
B=41.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591861750.6800.060.27174.851.8448.04
Hex3BBAAF44061Baf3430
Octal7327225710406332576460
Binary1110111011101010101111100010001101101110101111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,186,175); }

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

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

 a { background-color: rgb(59,186,175); }

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

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

 span { border-color: rgb(59,186,175); }

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