Html Css Color HEX #2ABCC1 Light Sea Green

📋 copy color: '#2ABCC1'

red 42 ◦ green 188 ◦ blue 193

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

Shades of Light Sea Green #2ABCC1

Tints of Light Sea Green #2ABCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.63%

R = 9.93%
G = 44.44%
B = 45.63%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2ABCC1 (or 0x2ABCC1) is known color: Light Sea Green. HEX triplet: 2A, BC and C1. RGB value is (42,188,193). Sum of RGB (Red+Green+Blue) = 42+188+193=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #2ABCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCC1 is #D5433E. Grayscale: #909090. Windows color (decimal): -13976383 or 12696618. OLE color: 12696618.

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

Color convert

RGB 42 188 193 -
CMYK 0.78 0.03 0 0.24
HSL 181.99º 0.64% 0.46% -
HSV(B) 181.99º 0.78% 0.76% -
XYZ 28.56 40.31 56.73 -
YUV 144.92 155.13 54.59 -
System Red Green Blue C M Y K H S L
Decimal 42 188 193 0.78 0.03 0 0.24 181.99 0.64 0.46
Hex 2A BC C1 4E 3 0 18 B6 40 2E
Octal 52 274 301 116 3 0 30 266 100 56
Binary 101010 10111100 11000001 1001110 11 0 11000 10110110 1000000 101110

Color Harmonies of #2ABCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABCC1

Black with #2ABCC1

Text Example


Text Example

White with #2ABCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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