Html Css Color HEX #2ABFB9 Light Sea Green

📋 copy color: '#2ABFB9'

red 42 ◦ green 191 ◦ blue 185

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

Shades of Light Sea Green #2ABFB9

Tints of Light Sea Green #2ABFB9

RGB

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

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

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

R = 10.05%
G = 45.69%
B = 44.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#2ABFB9 (or 0x2ABFB9) is known color: Light Sea Green. HEX triplet: 2A, BF and B9. RGB value is (42,191,185). Sum of RGB (Red+Green+Blue) = 42+191+185=418 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.05% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFB9 is #D54046. Grayscale: #919191. Windows color (decimal): -13975623 or 12173098. OLE color: 12173098.

HSL color Cylindrical-coordinate representation of color #2ABFB9: hue angle of 177.58º 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 #2ABFB9 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 191 185 -
CMYK 0.78 0 0.03 0.25
HSL 177.58º 0.64% 0.46% -
HSV(B) 177.58º 0.78% 0.75% -
XYZ 28.34 41.26 52.37 -
YUV 145.77 150.14 53.99 -
System Red Green Blue C M Y K H S L
Decimal 42 191 185 0.78 0 0.03 0.25 177.58 0.64 0.46
Hex 2A BF B9 4E 0 3 19 B2 40 2E
Octal 52 277 271 116 0 3 31 262 100 56
Binary 101010 10111111 10111001 1001110 0 11 11001 10110010 1000000 101110

Color Harmonies of #2ABFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABFB9

Black with #2ABFB9

Text Example


Text Example

White with #2ABFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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