Html Css Color HEX #2ACCB6 Light Sea Green

📋 copy color: '#2ACCB6'

red 42 ◦ green 204 ◦ blue 182

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

Shades of Light Sea Green #2ACCB6

Tints of Light Sea Green #2ACCB6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.66%

 BLUE value IS 182 (71.48% from 255) = 42.52%

R = 9.81%
G = 47.66%
B = 42.52%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#2ACCB6 (or 0x2ACCB6) is known color: Light Sea Green. HEX triplet: 2A, CC and B6. RGB value is (42,204,182). Sum of RGB (Red+Green+Blue) = 42+204+182=428 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.81% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCB6 is #D53349. Grayscale: #989898. Windows color (decimal): -13972298 or 11979818. OLE color: 11979818.

HSL color Cylindrical-coordinate representation of color #2ACCB6: hue angle of 171.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACCB6 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 42 204 182 -
CMYK 0.79 0 0.11 0.2
HSL 171.85º 0.66% 0.48% -
HSV(B) 171.85º 0.79% 0.8% -
XYZ 30.99 47.06 51.71 -
YUV 153.05 144.33 48.79 -
System Red Green Blue C M Y K H S L
Decimal 42 204 182 0.79 0 0.11 0.2 171.85 0.66 0.48
Hex 2A CC B6 4F 0 B 14 AC 42 30
Octal 52 314 266 117 0 13 24 254 102 60
Binary 101010 11001100 10110110 1001111 0 1011 10100 10101100 1000010 110000

Color Harmonies of #2ACCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACCB6

Black with #2ACCB6

Text Example


Text Example

White with #2ACCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,204,182); }

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

background-color css

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

 a { background-color: rgb(42,204,182); }

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

border-color css

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

 span { border-color: rgb(42,204,182); }

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