Html Css Color HEX #3AABA8 Light Sea Green

📋 copy color: '#3AABA8'

red 58 ◦ green 171 ◦ blue 168

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

Shades of Light Sea Green #3AABA8

Tints of Light Sea Green #3AABA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.32%

R = 14.61%
G = 43.07%
B = 42.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#3AABA8 (or 0x3AABA8) is known color: Light Sea Green. HEX triplet: 3A, AB and A8. RGB value is (58,171,168). Sum of RGB (Red+Green+Blue) = 58+171+168=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #3AABA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AABA8 is #C55457. Grayscale: #888888. Windows color (decimal): -12932184 or 11053882. OLE color: 11053882.

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

Color convert

RGB 58 171 168 -
CMYK 0.66 0 0.02 0.33
HSL 178.41º 0.49% 0.45% -
HSV(B) 178.41º 0.66% 0.67% -
XYZ 23.38 32.85 42.15 -
YUV 136.87 145.56 71.74 -
System Red Green Blue C M Y K H S L
Decimal 58 171 168 0.66 0 0.02 0.33 178.41 0.49 0.45
Hex 3A AB A8 42 0 2 21 B2 31 2D
Octal 72 253 250 102 0 2 41 262 61 55
Binary 111010 10101011 10101000 1000010 0 10 100001 10110010 110001 101101

Color Harmonies of #3AABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AABA8

Black with #3AABA8

Text Example


Text Example

White with #3AABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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