#3bafa5

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

Shades of Light Sea Green #3BAFA5

Tints of Light Sea Green #3BAFA5

Color information

#3BAFA5 (or 0x3BAFA5) is unknown color: approx Light Sea Green. HEX triplet: 3B, AF and A5. RGB value is (59,175,165). Sum of RGB (Red+Green+Blue) = 59+175+165=399 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.79% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAFA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAFA5 is #C4505A. Grayscale: #8B8B8B. Windows color (decimal): -12865627 or 10858299. OLE color: 10858299.

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

Color convert

RGB59175165-
CMYK0.6600.060.31
HSL174.83º49.57%45.88%-
HSV(B)174.83º66.29%68.63%-
XYZ23.9334.3140.96-
YUV139.18142.5770.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.79%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 165 (64.84% from 255) = 41.35%
R=14.79%
G=43.86%
B=41.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591751650.6600.060.31174.8349.5745.88
Hex3BAFA542061Faf322e
Octal7325724510206372576256
Binary1110111010111110100101100001001101111110101111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bafa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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