Html Css Color HEX #2AAEBC Light Sea Green

📋 copy color: '#2AAEBC'

red 42 ◦ green 174 ◦ blue 188

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

Shades of Light Sea Green #2AAEBC

Tints of Light Sea Green #2AAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 10.4%
G = 43.07%
B = 46.53%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2AAEBC (or 0x2AAEBC) is known color: Light Sea Green. HEX triplet: 2A, AE and BC. RGB value is (42,174,188). Sum of RGB (Red+Green+Blue) = 42+174+188=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #2AAEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAEBC is #D55143. Grayscale: #878787. Windows color (decimal): -13979972 or 12365354. OLE color: 12365354.

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

Color convert

RGB 42 174 188 -
CMYK 0.78 0.07 0 0.26
HSL 185.75º 0.63% 0.45% -
HSV(B) 185.75º 0.78% 0.74% -
XYZ 25.17 34.4 52.89 -
YUV 136.13 157.27 60.86 -
System Red Green Blue C M Y K H S L
Decimal 42 174 188 0.78 0.07 0 0.26 185.75 0.63 0.45
Hex 2A AE BC 4E 7 0 1A BA 3F 2D
Octal 52 256 274 116 7 0 32 272 77 55
Binary 101010 10101110 10111100 1001110 111 0 11010 10111010 111111 101101

Color Harmonies of #2AAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAEBC

Black with #2AAEBC

Text Example


Text Example

White with #2AAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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