Html Css Color HEX #2AAEB9 Light Sea Green

📋 copy color: '#2AAEB9'

red 42 ◦ green 174 ◦ blue 185

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

Shades of Light Sea Green #2AAEB9

Tints of Light Sea Green #2AAEB9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.39%

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 10.47%
G = 43.39%
B = 46.13%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2AAEB9 (or 0x2AAEB9) is known color: Light Sea Green. HEX triplet: 2A, AE and B9. RGB value is (42,174,185). Sum of RGB (Red+Green+Blue) = 42+174+185=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #2AAEB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAEB9 is #D55146. Grayscale: #878787. Windows color (decimal): -13979975 or 12168746. OLE color: 12168746.

HSL color Cylindrical-coordinate representation of color #2AAEB9: hue angle of 184.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AAEB9 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 174 185 -
CMYK 0.77 0.06 0 0.27
HSL 184.62º 0.63% 0.45% -
HSV(B) 184.62º 0.77% 0.73% -
XYZ 24.85 34.27 51.2 -
YUV 135.79 155.77 61.11 -
System Red Green Blue C M Y K H S L
Decimal 42 174 185 0.77 0.06 0 0.27 184.62 0.63 0.45
Hex 2A AE B9 4D 6 0 1B B9 3F 2D
Octal 52 256 271 115 6 0 33 271 77 55
Binary 101010 10101110 10111001 1001101 110 0 11011 10111001 111111 101101

Color Harmonies of #2AAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAEB9

Black with #2AAEB9

Text Example


Text Example

White with #2AAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,174,185); }

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

background-color css

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

 a { background-color: rgb(42,174,185); }

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

border-color css

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

 span { border-color: rgb(42,174,185); }

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