Html Css Color HEX #2DAEAA Light Sea Green

📋 copy color: '#2DAEAA'

red 45 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #2DAEAA

Tints of Light Sea Green #2DAEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.7%

R = 11.57%
G = 44.73%
B = 43.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#2DAEAA (or 0x2DAEAA) is known color: Light Sea Green. HEX triplet: 2D, AE and AA. RGB value is (45,174,170). Sum of RGB (Red+Green+Blue) = 45+174+170=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAEAA is #D25155. Grayscale: #868686. Windows color (decimal): -13783382 or 11185709. OLE color: 11185709.

HSL color Cylindrical-coordinate representation of color #2DAEAA: hue angle of 178.14º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAEAA is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 45 174 170 -
CMYK 0.74 0 0.02 0.32
HSL 178.14º 0.59% 0.43% -
HSV(B) 178.14º 0.74% 0.68% -
XYZ 23.47 33.73 43.3 -
YUV 134.97 147.76 63.83 -
System Red Green Blue C M Y K H S L
Decimal 45 174 170 0.74 0 0.02 0.32 178.14 0.59 0.43
Hex 2D AE AA 4A 0 2 20 B2 3B 2B
Octal 55 256 252 112 0 2 40 262 73 53
Binary 101101 10101110 10101010 1001010 0 10 100000 10110010 111011 101011

Color Harmonies of #2DAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAEAA

Black with #2DAEAA

Text Example


Text Example

White with #2DAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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