Html Css Color HEX #2ABCAE Light Sea Green

📋 copy color: '#2ABCAE'

red 42 ◦ green 188 ◦ blue 174

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

Shades of Light Sea Green #2ABCAE

Tints of Light Sea Green #2ABCAE

RGB

 RED value IS 42 (16.8% from 255) = 10.4%

 GREEN value IS 188 (73.83% from 255) = 46.53%

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

R = 10.4%
G = 46.53%
B = 43.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#2ABCAE (or 0x2ABCAE) is known color: Light Sea Green. HEX triplet: 2A, BC and AE. RGB value is (42,188,174). Sum of RGB (Red+Green+Blue) = 42+188+174=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABCAE is #D54351. Grayscale: #8E8E8E. Windows color (decimal): -13976402 or 11451434. OLE color: 11451434.

HSL color Cylindrical-coordinate representation of color #2ABCAE: hue angle of 174.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABCAE is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 188 174 -
CMYK 0.78 0 0.07 0.26
HSL 174.25º 0.63% 0.45% -
HSV(B) 174.25º 0.78% 0.74% -
XYZ 26.58 39.51 46.27 -
YUV 142.75 145.63 56.14 -
System Red Green Blue C M Y K H S L
Decimal 42 188 174 0.78 0 0.07 0.26 174.25 0.63 0.45
Hex 2A BC AE 4E 0 7 1A AE 3F 2D
Octal 52 274 256 116 0 7 32 256 77 55
Binary 101010 10111100 10101110 1001110 0 111 11010 10101110 111111 101101

Color Harmonies of #2ABCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABCAE

Black with #2ABCAE

Text Example


Text Example

White with #2ABCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ABCAE; }

 p { color: rgb(42,188,174); }

 H1.HeaderClassName
 {
   color: #2ABCAE;
 }
 .AnyTagClassName
 {
   color: #2ABCAE;
 }
</style>

background-color css

<style>
 a { background-color: #2ABCAE; }

 a { background-color: rgb(42,188,174); }

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

border-color css

<style>
 span { border-color: #2ABCAE; }

 span { border-color: rgb(42,188,174); }

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