Html Css Color HEX #2ABFB4 Light Sea Green

📋 copy color: '#2ABFB4'

red 42 ◦ green 191 ◦ blue 180

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

Shades of Light Sea Green #2ABFB4

Tints of Light Sea Green #2ABFB4

RGB

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

 GREEN value IS 191 (75% from 255) = 46.25%

 BLUE value IS 180 (70.7% from 255) = 43.58%

R = 10.17%
G = 46.25%
B = 43.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#2ABFB4 (or 0x2ABFB4) is known color: Light Sea Green. HEX triplet: 2A, BF and B4. RGB value is (42,191,180). Sum of RGB (Red+Green+Blue) = 42+191+180=413 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.17% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFB4 is #D5404B. Grayscale: #919191. Windows color (decimal): -13975628 or 11845418. OLE color: 11845418.

HSL color Cylindrical-coordinate representation of color #2ABFB4: hue angle of 175.57º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABFB4 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 191 180 -
CMYK 0.78 0 0.06 0.25
HSL 175.57º 0.64% 0.46% -
HSV(B) 175.57º 0.78% 0.75% -
XYZ 27.82 41.05 49.64 -
YUV 145.2 147.64 54.39 -
System Red Green Blue C M Y K H S L
Decimal 42 191 180 0.78 0 0.06 0.25 175.57 0.64 0.46
Hex 2A BF B4 4E 0 6 19 B0 40 2E
Octal 52 277 264 116 0 6 31 260 100 56
Binary 101010 10111111 10110100 1001110 0 110 11001 10110000 1000000 101110

Color Harmonies of #2ABFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABFB4

Black with #2ABFB4

Text Example


Text Example

White with #2ABFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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