Html Css Color HEX #2ABDC2 Light Sea Green

📋 copy color: '#2ABDC2'

red 42 ◦ green 189 ◦ blue 194

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

Shades of Light Sea Green #2ABDC2

Tints of Light Sea Green #2ABDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.65%

R = 9.88%
G = 44.47%
B = 45.65%

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

#2ABDC2 (or 0x2ABDC2) is known color: Light Sea Green. HEX triplet: 2A, BD and C2. RGB value is (42,189,194). Sum of RGB (Red+Green+Blue) = 42+189+194=425 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.88% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 194 - color contains mainly: blue. Hex color #2ABDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDC2 is #D5423D. Grayscale: #919191. Windows color (decimal): -13976126 or 12762410. OLE color: 12762410.

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

Color convert

RGB 42 189 194 -
CMYK 0.78 0.03 0 0.24
HSL 181.97º 0.64% 0.46% -
HSV(B) 181.97º 0.78% 0.76% -
XYZ 28.89 40.78 57.39 -
YUV 145.62 155.3 54.09 -
System Red Green Blue C M Y K H S L
Decimal 42 189 194 0.78 0.03 0 0.24 181.97 0.64 0.46
Hex 2A BD C2 4E 3 0 18 B6 40 2E
Octal 52 275 302 116 3 0 30 266 100 56
Binary 101010 10111101 11000010 1001110 11 0 11000 10110110 1000000 101110

Color Harmonies of #2ABDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABDC2

Black with #2ABDC2

Text Example


Text Example

White with #2ABDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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