Html Css Color HEX #3BACAA Light Sea Green

📋 copy color: '#3BACAA'

red 59 ◦ green 172 ◦ blue 170

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

Shades of Light Sea Green #3BACAA

Tints of Light Sea Green #3BACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.89%

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 14.71%
G = 42.89%
B = 42.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#3BACAA (or 0x3BACAA) is known color: Light Sea Green. HEX triplet: 3B, AC and AA. RGB value is (59,172,170). Sum of RGB (Red+Green+Blue) = 59+172+170=401 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.71% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #3BACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BACAA is #C45355. Grayscale: #898989. Windows color (decimal): -12866390 or 11185211. OLE color: 11185211.

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

Color convert

RGB 59 172 170 -
CMYK 0.66 0 0.01 0.33
HSL 178.94º 0.49% 0.45% -
HSV(B) 178.94º 0.66% 0.67% -
XYZ 23.81 33.34 43.21 -
YUV 137.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 59 172 170 0.66 0 0.01 0.33 178.94 0.49 0.45
Hex 3B AC AA 42 0 1 21 B3 31 2D
Octal 73 254 252 102 0 1 41 263 61 55
Binary 111011 10101100 10101010 1000010 0 1 100001 10110011 110001 101101

Color Harmonies of #3BACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BACAA

Black with #3BACAA

Text Example


Text Example

White with #3BACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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