Html Css Color HEX #3ABDAE Light Sea Green

📋 copy color: '#3ABDAE'

red 58 ◦ green 189 ◦ blue 174

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

Shades of Light Sea Green #3ABDAE

Tints of Light Sea Green #3ABDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.89%

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

R = 13.78%
G = 44.89%
B = 41.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#3ABDAE (or 0x3ABDAE) is known color: Light Sea Green. HEX triplet: 3A, BD and AE. RGB value is (58,189,174). Sum of RGB (Red+Green+Blue) = 58+189+174=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABDAE is #C54251. Grayscale: #949494. Windows color (decimal): -12927570 or 11451706. OLE color: 11451706.

HSL color Cylindrical-coordinate representation of color #3ABDAE: hue angle of 173.13º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABDAE is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 189 174 -
CMYK 0.69 0 0.08 0.26
HSL 173.13º 0.53% 0.48% -
HSV(B) 173.13º 0.69% 0.74% -
XYZ 27.58 40.35 46.38 -
YUV 148.12 142.6 63.72 -
System Red Green Blue C M Y K H S L
Decimal 58 189 174 0.69 0 0.08 0.26 173.13 0.53 0.48
Hex 3A BD AE 45 0 8 1A AD 35 30
Octal 72 275 256 105 0 10 32 255 65 60
Binary 111010 10111101 10101110 1000101 0 1000 11010 10101101 110101 110000

Color Harmonies of #3ABDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABDAE

Black with #3ABDAE

Text Example


Text Example

White with #3ABDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,189,174); }

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

background-color css

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

 a { background-color: rgb(58,189,174); }

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

border-color css

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

 span { border-color: rgb(58,189,174); }

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