Html Css Color HEX #3BAAAD Light Sea Green

📋 copy color: '#3BAAAD'

red 59 ◦ green 170 ◦ blue 173

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

Shades of Light Sea Green #3BAAAD

Tints of Light Sea Green #3BAAAD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.29%

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 14.68%
G = 42.29%
B = 43.03%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3BAAAD (or 0x3BAAAD) is known color: Light Sea Green. HEX triplet: 3B, AA and AD. RGB value is (59,170,173). Sum of RGB (Red+Green+Blue) = 59+170+173=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #3BAAAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAAAD is #C45552. Grayscale: #898989. Windows color (decimal): -12866899 or 11381307. OLE color: 11381307.

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

Color convert

RGB 59 170 173 -
CMYK 0.66 0.02 0 0.32
HSL 181.58º 0.49% 0.45% -
HSV(B) 181.58º 0.66% 0.68% -
XYZ 23.72 32.7 44.6 -
YUV 137.15 148.23 72.26 -
System Red Green Blue C M Y K H S L
Decimal 59 170 173 0.66 0.02 0 0.32 181.58 0.49 0.45
Hex 3B AA AD 42 2 0 20 B6 31 2D
Octal 73 252 255 102 2 0 40 266 61 55
Binary 111011 10101010 10101101 1000010 10 0 100000 10110110 110001 101101

Color Harmonies of #3BAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAAAD

Black with #3BAAAD

Text Example


Text Example

White with #3BAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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