Html Css Color HEX #2DAAA5 Light Sea Green

📋 copy color: '#2DAAA5'

red 45 ◦ green 170 ◦ blue 165

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

Shades of Light Sea Green #2DAAA5

Tints of Light Sea Green #2DAAA5

RGB

 RED value IS 45 (17.97% from 255) = 11.84%

 GREEN value IS 170 (66.8% from 255) = 44.74%

 BLUE value IS 165 (64.84% from 255) = 43.42%

R = 11.84%
G = 44.74%
B = 43.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#2DAAA5 (or 0x2DAAA5) is known color: Light Sea Green. HEX triplet: 2D, AA and A5. RGB value is (45,170,165). Sum of RGB (Red+Green+Blue) = 45+170+165=380 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.84% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAAA5 is #D2555A. Grayscale: #838383. Windows color (decimal): -13784411 or 10857005. OLE color: 10857005.

HSL color Cylindrical-coordinate representation of color #2DAAA5: hue angle of 177.6º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAAA5 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 170 165 -
CMYK 0.74 0 0.03 0.33
HSL 177.6º 0.58% 0.42% -
HSV(B) 177.6º 0.74% 0.67% -
XYZ 22.25 32.02 40.61 -
YUV 132.06 146.59 65.91 -
System Red Green Blue C M Y K H S L
Decimal 45 170 165 0.74 0 0.03 0.33 177.6 0.58 0.42
Hex 2D AA A5 4A 0 3 21 B2 3A 2A
Octal 55 252 245 112 0 3 41 262 72 52
Binary 101101 10101010 10100101 1001010 0 11 100001 10110010 111010 101010

Color Harmonies of #2DAAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAAA5

Black with #2DAAA5

Text Example


Text Example

White with #2DAAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,170,165); }

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

background-color css

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

 a { background-color: rgb(45,170,165); }

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

border-color css

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

 span { border-color: rgb(45,170,165); }

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