Html Css Color HEX #2ABCBE Light Sea Green

📋 copy color: '#2ABCBE'

red 42 ◦ green 188 ◦ blue 190

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

Shades of Light Sea Green #2ABCBE

Tints of Light Sea Green #2ABCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.76%

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 10%
G = 44.76%
B = 45.24%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2ABCBE (or 0x2ABCBE) is known color: Light Sea Green. HEX triplet: 2A, BC and BE. RGB value is (42,188,190). Sum of RGB (Red+Green+Blue) = 42+188+190=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #2ABCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCBE is #D54341. Grayscale: #909090. Windows color (decimal): -13976386 or 12500010. OLE color: 12500010.

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

Color convert

RGB 42 188 190 -
CMYK 0.78 0.01 0 0.25
HSL 180.81º 0.64% 0.45% -
HSV(B) 180.81º 0.78% 0.75% -
XYZ 28.23 40.18 54.98 -
YUV 144.57 153.63 54.84 -
System Red Green Blue C M Y K H S L
Decimal 42 188 190 0.78 0.01 0 0.25 180.81 0.64 0.45
Hex 2A BC BE 4E 1 0 19 B5 40 2D
Octal 52 274 276 116 1 0 31 265 100 55
Binary 101010 10111100 10111110 1001110 1 0 11001 10110101 1000000 101101

Color Harmonies of #2ABCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABCBE

Black with #2ABCBE

Text Example


Text Example

White with #2ABCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,188,190); }

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

background-color css

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

 a { background-color: rgb(42,188,190); }

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

border-color css

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

 span { border-color: rgb(42,188,190); }

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