Html Css Color HEX #2AB5C2 Light Sea Green

📋 copy color: '#2AB5C2'

red 42 ◦ green 181 ◦ blue 194

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

Shades of Light Sea Green #2AB5C2

Tints of Light Sea Green #2AB5C2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.41%

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

R = 10.07%
G = 43.41%
B = 46.52%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2AB5C2 (or 0x2AB5C2) is known color: Light Sea Green. HEX triplet: 2A, B5 and C2. RGB value is (42,181,194). Sum of RGB (Red+Green+Blue) = 42+181+194=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #2AB5C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB5C2 is #D54A3D. Grayscale: #8C8C8C. Windows color (decimal): -13978174 or 12760362. OLE color: 12760362.

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

Color convert

RGB 42 181 194 -
CMYK 0.78 0.07 0 0.24
HSL 185.13º 0.64% 0.46% -
HSV(B) 185.13º 0.78% 0.76% -
XYZ 27.22 37.44 56.83 -
YUV 140.92 157.95 57.44 -
System Red Green Blue C M Y K H S L
Decimal 42 181 194 0.78 0.07 0 0.24 185.13 0.64 0.46
Hex 2A B5 C2 4E 7 0 18 B9 40 2E
Octal 52 265 302 116 7 0 30 271 100 56
Binary 101010 10110101 11000010 1001110 111 0 11000 10111001 1000000 101110

Color Harmonies of #2AB5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB5C2

Black with #2AB5C2

Text Example


Text Example

White with #2AB5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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