Html Css Color HEX #3BADAC Light Sea Green

📋 copy color: '#3BADAC'

red 59 ◦ green 173 ◦ blue 172

#3BADAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #3BADAC

Tints of Light Sea Green #3BADAC

RGB

 RED value IS 59 (23.44% from 255) = 14.6%

 GREEN value IS 173 (67.97% from 255) = 42.82%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 14.6%
G = 42.82%
B = 42.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#3BADAC (or 0x3BADAC) is known color: Light Sea Green. HEX triplet: 3B, AD and AC. RGB value is (59,173,172). Sum of RGB (Red+Green+Blue) = 59+173+172=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #3BADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BADAC is #C45253. Grayscale: #8A8A8A. Windows color (decimal): -12866132 or 11316539. OLE color: 11316539.

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

Color convert

RGB 59 173 172 -
CMYK 0.66 0 0.01 0.32
HSL 179.47º 0.49% 0.45% -
HSV(B) 179.47º 0.66% 0.68% -
XYZ 24.19 33.8 44.28 -
YUV 138.8 146.73 71.08 -
System Red Green Blue C M Y K H S L
Decimal 59 173 172 0.66 0 0.01 0.32 179.47 0.49 0.45
Hex 3B AD AC 42 0 1 20 B3 31 2D
Octal 73 255 254 102 0 1 40 263 61 55
Binary 111011 10101101 10101100 1000010 0 1 100000 10110011 110001 101101

Color Harmonies of #3BADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BADAC

Black with #3BADAC

Text Example


Text Example

White with #3BADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3BADAC;
 }
 .AnyTagClassName
 {
   color: #3BADAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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