Html Css Color HEX #3AABAF Light Sea Green

📋 copy color: '#3AABAF'

red 58 ◦ green 171 ◦ blue 175

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

Shades of Light Sea Green #3AABAF

Tints of Light Sea Green #3AABAF

RGB

 RED value IS 58 (23.05% from 255) = 14.36%

 GREEN value IS 171 (67.19% from 255) = 42.33%

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 14.36%
G = 42.33%
B = 43.32%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3AABAF (or 0x3AABAF) is known color: Light Sea Green. HEX triplet: 3A, AB and AF. RGB value is (58,171,175). Sum of RGB (Red+Green+Blue) = 58+171+175=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #3AABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AABAF is #C55450. Grayscale: #898989. Windows color (decimal): -12932177 or 11512634. OLE color: 11512634.

HSL color Cylindrical-coordinate representation of color #3AABAF: hue angle of 182.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AABAF is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 171 175 -
CMYK 0.67 0.02 0 0.31
HSL 182.05º 0.5% 0.46% -
HSV(B) 182.05º 0.67% 0.69% -
XYZ 24.05 33.12 45.68 -
YUV 137.67 149.06 71.17 -
System Red Green Blue C M Y K H S L
Decimal 58 171 175 0.67 0.02 0 0.31 182.05 0.5 0.46
Hex 3A AB AF 43 2 0 1F B6 32 2E
Octal 72 253 257 103 2 0 37 266 62 56
Binary 111010 10101011 10101111 1000011 10 0 11111 10110110 110010 101110

Color Harmonies of #3AABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AABAF

Black with #3AABAF

Text Example


Text Example

White with #3AABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,171,175); }

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

background-color css

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

 a { background-color: rgb(58,171,175); }

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

border-color css

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

 span { border-color: rgb(58,171,175); }

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