Html Css Color HEX #2AAFAB Light Sea Green

📋 copy color: '#2AAFAB'

red 42 ◦ green 175 ◦ blue 171

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

Shades of Light Sea Green #2AAFAB

Tints of Light Sea Green #2AAFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 10.82%
G = 45.1%
B = 44.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#2AAFAB (or 0x2AAFAB) is known color: Light Sea Green. HEX triplet: 2A, AF and AB. RGB value is (42,175,171). Sum of RGB (Red+Green+Blue) = 42+175+171=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAFAB is #D55054. Grayscale: #868686. Windows color (decimal): -13979733 or 11251498. OLE color: 11251498.

HSL color Cylindrical-coordinate representation of color #2AAFAB: hue angle of 178.2º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAFAB is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 42 175 171 -
CMYK 0.76 0 0.02 0.31
HSL 178.2º 0.61% 0.43% -
HSV(B) 178.2º 0.76% 0.69% -
XYZ 23.64 34.09 43.86 -
YUV 134.78 148.44 61.83 -
System Red Green Blue C M Y K H S L
Decimal 42 175 171 0.76 0 0.02 0.31 178.2 0.61 0.43
Hex 2A AF AB 4C 0 2 1F B2 3D 2B
Octal 52 257 253 114 0 2 37 262 75 53
Binary 101010 10101111 10101011 1001100 0 10 11111 10110010 111101 101011

Color Harmonies of #2AAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAFAB

Black with #2AAFAB

Text Example


Text Example

White with #2AAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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