#3BB1AF

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

Shades of Light Sea Green #3BB1AF

Tints of Light Sea Green #3BB1AF

Color information

#3BB1AF (or 0x3BB1AF) is unknown color: approx Light Sea Green. HEX triplet: 3B, B1 and AF. RGB value is (59,177,175). Sum of RGB (Red+Green+Blue) = 59+177+175=411 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.36% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB1AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB1AF is #C44E50. Grayscale: #8D8D8D. Windows color (decimal): -12865105 or 11514171. OLE color: 11514171.

HSL color Cylindrical-coordinate representation of color #3BB1AF: hue angle of 178.98º 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 #3BB1AF is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB59177175-
CMYK0.6700.010.31
HSL178.98º50%46.27%-
HSV(B)178.98º66.67%69.41%-
XYZ25.2635.4746.07-
YUV141.49146.9169.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.36%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=14.36%
G=43.07%
B=42.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591771750.6700.010.31178.985046.27
Hex3BB1AF43011Fb3322e
Octal7326125710301372636256
Binary11101110110001101011111000011011111110110011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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