Html Css Color HEX #2ACEB9 Light Sea Green

📋 copy color: '#2ACEB9'

red 42 ◦ green 206 ◦ blue 185

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

Shades of Light Sea Green #2ACEB9

Tints of Light Sea Green #2ACEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.58%

 BLUE value IS 185 (72.66% from 255) = 42.73%

R = 9.7%
G = 47.58%
B = 42.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#2ACEB9 (or 0x2ACEB9) is known color: Light Sea Green. HEX triplet: 2A, CE and B9. RGB value is (42,206,185). Sum of RGB (Red+Green+Blue) = 42+206+185=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEB9 is #D53146. Grayscale: #9A9A9A. Windows color (decimal): -13971783 or 12176938. OLE color: 12176938.

HSL color Cylindrical-coordinate representation of color #2ACEB9: hue angle of 172.32º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACEB9 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 206 185 -
CMYK 0.80 0 0.10 0.19
HSL 172.32º 0.66% 0.49% -
HSV(B) 172.32º 0.8% 0.81% -
XYZ 31.78 48.14 53.52 -
YUV 154.57 145.17 47.71 -
System Red Green Blue C M Y K H S L
Decimal 42 206 185 0.80 0 0.10 0.19 172.32 0.66 0.49
Hex 2A CE B9 50 0 A 13 AC 42 31
Octal 52 316 271 120 0 12 23 254 102 61
Binary 101010 11001110 10111001 1010000 0 1010 10011 10101100 1000010 110001

Color Harmonies of #2ACEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACEB9

Black with #2ACEB9

Text Example


Text Example

White with #2ACEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,206,185); }

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

background-color css

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

 a { background-color: rgb(42,206,185); }

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

border-color css

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

 span { border-color: rgb(42,206,185); }

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