Html Css Color HEX #2ABDC1 Light Sea Green

📋 copy color: '#2ABDC1'

red 42 ◦ green 189 ◦ blue 193

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

Shades of Light Sea Green #2ABDC1

Tints of Light Sea Green #2ABDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.58%

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

R = 9.91%
G = 44.58%
B = 45.52%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2ABDC1 (or 0x2ABDC1) is known color: Light Sea Green. HEX triplet: 2A, BD and C1. RGB value is (42,189,193). Sum of RGB (Red+Green+Blue) = 42+189+193=424 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.91% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #2ABDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDC1 is #D5423E. Grayscale: #919191. Windows color (decimal): -13976127 or 12696874. OLE color: 12696874.

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

Color convert

RGB 42 189 193 -
CMYK 0.78 0.02 0 0.24
HSL 181.59º 0.64% 0.46% -
HSV(B) 181.59º 0.78% 0.76% -
XYZ 28.78 40.74 56.8 -
YUV 145.5 154.8 54.17 -
System Red Green Blue C M Y K H S L
Decimal 42 189 193 0.78 0.02 0 0.24 181.59 0.64 0.46
Hex 2A BD C1 4E 2 0 18 B6 40 2E
Octal 52 275 301 116 2 0 30 266 100 56
Binary 101010 10111101 11000001 1001110 10 0 11000 10110110 1000000 101110

Color Harmonies of #2ABDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABDC1

Black with #2ABDC1

Text Example


Text Example

White with #2ABDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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