Html Css Color HEX #2AAFBA Light Sea Green

📋 copy color: '#2AAFBA'

red 42 ◦ green 175 ◦ blue 186

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

Shades of Light Sea Green #2AAFBA

Tints of Light Sea Green #2AAFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.42%

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 10.42%
G = 43.42%
B = 46.15%

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

#2AAFBA (or 0x2AAFBA) is known color: Light Sea Green. HEX triplet: 2A, AF and BA. RGB value is (42,175,186). Sum of RGB (Red+Green+Blue) = 42+175+186=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #2AAFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAFBA is #D55045. Grayscale: #888888. Windows color (decimal): -13979718 or 12234538. OLE color: 12234538.

HSL color Cylindrical-coordinate representation of color #2AAFBA: hue angle of 184.58º 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 #2AAFBA is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 175 186 -
CMYK 0.77 0.06 0 0.27
HSL 184.58º 0.63% 0.45% -
HSV(B) 184.58º 0.77% 0.73% -
XYZ 25.15 34.7 51.83 -
YUV 136.49 155.94 60.61 -
System Red Green Blue C M Y K H S L
Decimal 42 175 186 0.77 0.06 0 0.27 184.58 0.63 0.45
Hex 2A AF BA 4D 6 0 1B B9 3F 2D
Octal 52 257 272 115 6 0 33 271 77 55
Binary 101010 10101111 10111010 1001101 110 0 11011 10111001 111111 101101

Color Harmonies of #2AAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAFBA

Black with #2AAFBA

Text Example


Text Example

White with #2AAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,175,186); }

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

background-color css

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

 a { background-color: rgb(42,175,186); }

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

border-color css

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

 span { border-color: rgb(42,175,186); }

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