Html Css Color HEX #2ACABF Light Sea Green

📋 copy color: '#2ACABF'

red 42 ◦ green 202 ◦ blue 191

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

Shades of Light Sea Green #2ACABF

Tints of Light Sea Green #2ACABF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.44%

 BLUE value IS 191 (75% from 255) = 43.91%

R = 9.66%
G = 46.44%
B = 43.91%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#2ACABF (or 0x2ACABF) is known color: Light Sea Green. HEX triplet: 2A, CA and BF. RGB value is (42,202,191). Sum of RGB (Red+Green+Blue) = 42+202+191=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACABF is #D53540. Grayscale: #989898. Windows color (decimal): -13972801 or 12569130. OLE color: 12569130.

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

Color convert

RGB 42 202 191 -
CMYK 0.79 0 0.05 0.21
HSL 175.88º 0.66% 0.48% -
HSV(B) 175.88º 0.79% 0.79% -
XYZ 31.48 46.49 56.61 -
YUV 152.91 149.49 48.89 -
System Red Green Blue C M Y K H S L
Decimal 42 202 191 0.79 0 0.05 0.21 175.88 0.66 0.48
Hex 2A CA BF 4F 0 5 15 B0 42 30
Octal 52 312 277 117 0 5 25 260 102 60
Binary 101010 11001010 10111111 1001111 0 101 10101 10110000 1000010 110000

Color Harmonies of #2ACABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACABF

Black with #2ACABF

Text Example


Text Example

White with #2ACABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,202,191); }

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

background-color css

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

 a { background-color: rgb(42,202,191); }

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

border-color css

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

 span { border-color: rgb(42,202,191); }

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