Html Css Color HEX #2ABFBB Light Sea Green

📋 copy color: '#2ABFBB'

red 42 ◦ green 191 ◦ blue 187

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

Shades of Light Sea Green #2ABFBB

Tints of Light Sea Green #2ABFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 10%
G = 45.48%
B = 44.52%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#2ABFBB (or 0x2ABFBB) is known color: Light Sea Green. HEX triplet: 2A, BF and BB. RGB value is (42,191,187). Sum of RGB (Red+Green+Blue) = 42+191+187=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFBB is #D54044. Grayscale: #919191. Windows color (decimal): -13975621 or 12304170. OLE color: 12304170.

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

Color convert

RGB 42 191 187 -
CMYK 0.78 0 0.02 0.25
HSL 178.39º 0.64% 0.46% -
HSV(B) 178.39º 0.78% 0.75% -
XYZ 28.56 41.34 53.49 -
YUV 145.99 151.14 53.83 -
System Red Green Blue C M Y K H S L
Decimal 42 191 187 0.78 0 0.02 0.25 178.39 0.64 0.46
Hex 2A BF BB 4E 0 2 19 B2 40 2E
Octal 52 277 273 116 0 2 31 262 100 56
Binary 101010 10111111 10111011 1001110 0 10 11001 10110010 1000000 101110

Color Harmonies of #2ABFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABFBB

Black with #2ABFBB

Text Example


Text Example

White with #2ABFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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