Html Css Color HEX #2ACCB7 Light Sea Green

📋 copy color: '#2ACCB7'

red 42 ◦ green 204 ◦ blue 183

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

Shades of Light Sea Green #2ACCB7

Tints of Light Sea Green #2ACCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.66%

R = 9.79%
G = 47.55%
B = 42.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#2ACCB7 (or 0x2ACCB7) is known color: Light Sea Green. HEX triplet: 2A, CC and B7. RGB value is (42,204,183). Sum of RGB (Red+Green+Blue) = 42+204+183=429 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.79% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCB7 is #D53348. Grayscale: #999999. Windows color (decimal): -13972297 or 12045354. OLE color: 12045354.

HSL color Cylindrical-coordinate representation of color #2ACCB7: hue angle of 172.22º 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 #2ACCB7 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 42 204 183 -
CMYK 0.79 0 0.10 0.2
HSL 172.22º 0.66% 0.48% -
HSV(B) 172.22º 0.79% 0.8% -
XYZ 31.09 47.1 52.25 -
YUV 153.17 144.83 48.71 -
System Red Green Blue C M Y K H S L
Decimal 42 204 183 0.79 0 0.10 0.2 172.22 0.66 0.48
Hex 2A CC B7 4F 0 A 14 AC 42 30
Octal 52 314 267 117 0 12 24 254 102 60
Binary 101010 11001100 10110111 1001111 0 1010 10100 10101100 1000010 110000

Color Harmonies of #2ACCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACCB7

Black with #2ACCB7

Text Example


Text Example

White with #2ACCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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