Html Css Color HEX #2AAEBB Light Sea Green

📋 copy color: '#2AAEBB'

red 42 ◦ green 174 ◦ blue 187

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

Shades of Light Sea Green #2AAEBB

Tints of Light Sea Green #2AAEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 10.42%
G = 43.18%
B = 46.4%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2AAEBB (or 0x2AAEBB) is known color: Light Sea Green. HEX triplet: 2A, AE and BB. RGB value is (42,174,187). Sum of RGB (Red+Green+Blue) = 42+174+187=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #2AAEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAEBB is #D55144. Grayscale: #878787. Windows color (decimal): -13979973 or 12299818. OLE color: 12299818.

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

Color convert

RGB 42 174 187 -
CMYK 0.78 0.07 0 0.27
HSL 185.38º 0.63% 0.45% -
HSV(B) 185.38º 0.78% 0.73% -
XYZ 25.06 34.35 52.32 -
YUV 136.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 42 174 187 0.78 0.07 0 0.27 185.38 0.63 0.45
Hex 2A AE BB 4E 7 0 1B B9 3F 2D
Octal 52 256 273 116 7 0 33 271 77 55
Binary 101010 10101110 10111011 1001110 111 0 11011 10111001 111111 101101

Color Harmonies of #2AAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAEBB

Black with #2AAEBB

Text Example


Text Example

White with #2AAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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