Html Css Color HEX #3BAAAE Light Sea Green

📋 copy color: '#3BAAAE'

red 59 ◦ green 170 ◦ blue 174

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

Shades of Light Sea Green #3BAAAE

Tints of Light Sea Green #3BAAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.18%

R = 14.64%
G = 42.18%
B = 43.18%

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

#3BAAAE (or 0x3BAAAE) is known color: Light Sea Green. HEX triplet: 3B, AA and AE. RGB value is (59,170,174). Sum of RGB (Red+Green+Blue) = 59+170+174=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #3BAAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAAAE is #C45551. Grayscale: #898989. Windows color (decimal): -12866898 or 11446843. OLE color: 11446843.

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

Color convert

RGB 59 170 174 -
CMYK 0.66 0.02 0 0.32
HSL 182.09º 0.49% 0.46% -
HSV(B) 182.09º 0.66% 0.68% -
XYZ 23.82 32.74 45.11 -
YUV 137.27 148.73 72.17 -
System Red Green Blue C M Y K H S L
Decimal 59 170 174 0.66 0.02 0 0.32 182.09 0.49 0.46
Hex 3B AA AE 42 2 0 20 B6 31 2E
Octal 73 252 256 102 2 0 40 266 61 56
Binary 111011 10101010 10101110 1000010 10 0 100000 10110110 110001 101110

Color Harmonies of #3BAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAAAE

Black with #3BAAAE

Text Example


Text Example

White with #3BAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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