Html Css Color HEX #3ABAAF Light Sea Green

📋 copy color: '#3ABAAF'

red 58 ◦ green 186 ◦ blue 175

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

Shades of Light Sea Green #3ABAAF

Tints of Light Sea Green #3ABAAF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.39%

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

R = 13.84%
G = 44.39%
B = 41.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#3ABAAF (or 0x3ABAAF) is known color: Light Sea Green. HEX triplet: 3A, BA and AF. RGB value is (58,186,175). Sum of RGB (Red+Green+Blue) = 58+186+175=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABAAF is #C54550. Grayscale: #929292. Windows color (decimal): -12928337 or 11516474. OLE color: 11516474.

HSL color Cylindrical-coordinate representation of color #3ABAAF: hue angle of 174.84º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABAAF is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 186 175 -
CMYK 0.69 0 0.06 0.27
HSL 174.84º 0.52% 0.48% -
HSV(B) 174.84º 0.69% 0.73% -
XYZ 27.04 39.11 46.68 -
YUV 146.47 144.09 64.89 -
System Red Green Blue C M Y K H S L
Decimal 58 186 175 0.69 0 0.06 0.27 174.84 0.52 0.48
Hex 3A BA AF 45 0 6 1B AF 34 30
Octal 72 272 257 105 0 6 33 257 64 60
Binary 111010 10111010 10101111 1000101 0 110 11011 10101111 110100 110000

Color Harmonies of #3ABAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABAAF

Black with #3ABAAF

Text Example


Text Example

White with #3ABAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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