Html Css Color HEX #2AB9BF Light Sea Green

📋 copy color: '#2AB9BF'

red 42 ◦ green 185 ◦ blue 191

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

Shades of Light Sea Green #2AB9BF

Tints of Light Sea Green #2AB9BF

RGB

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

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

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

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

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 42 185 191 -
CMYK 0.78 0.03 0 0.25
HSL 182.42º 0.64% 0.46% -
HSV(B) 182.42º 0.78% 0.75% -
XYZ 27.71 38.95 55.35 -
YUV 142.93 155.12 56.01 -
System Red Green Blue C M Y K H S L
Decimal 42 185 191 0.78 0.03 0 0.25 182.42 0.64 0.46
Hex 2A B9 BF 4E 3 0 19 B6 40 2E
Octal 52 271 277 116 3 0 31 266 100 56
Binary 101010 10111001 10111111 1001110 11 0 11001 10110110 1000000 101110

Color Harmonies of #2AB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB9BF

Black with #2AB9BF

Text Example


Text Example

White with #2AB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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