#3BADA5

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

Shades of Light Sea Green #3BADA5

Tints of Light Sea Green #3BADA5

Color information

#3BADA5 (or 0x3BADA5) is unknown color: approx Light Sea Green. HEX triplet: 3B, AD and A5. RGB value is (59,173,165). Sum of RGB (Red+Green+Blue) = 59+173+165=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #3BADA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BADA5 is #C4525A. Grayscale: #898989. Windows color (decimal): -12866139 or 10857787. OLE color: 10857787.

HSL color Cylindrical-coordinate representation of color #3BADA5: hue angle of 175.79º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BADA5 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB59173165-
CMYK0.6600.050.32
HSL175.79º49.14%45.49%-
HSV(B)175.79º65.9%67.84%-
XYZ23.5433.5340.83-
YUV138143.2371.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.86%
GREEN value IS 173 (67.97% from 255) = 43.58%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=14.86%
G=43.58%
B=41.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591731650.6600.050.32175.7949.1445.49
Hex3BADA5420520b0312d
Octal7325524510205402606155
Binary11101110101101101001011000010010110000010110000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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