Html Css Color HEX #2DAE9D Light Sea Green

📋 copy color: '#2DAE9D'

red 45 ◦ green 174 ◦ blue 157

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

Shades of Light Sea Green #2DAE9D

Tints of Light Sea Green #2DAE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 11.97%
G = 46.28%
B = 41.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#2DAE9D (or 0x2DAE9D) is known color: Light Sea Green. HEX triplet: 2D, AE and 9D. RGB value is (45,174,157). Sum of RGB (Red+Green+Blue) = 45+174+157=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAE9D is #D25162. Grayscale: #858585. Windows color (decimal): -13783395 or 10333741. OLE color: 10333741.

HSL color Cylindrical-coordinate representation of color #2DAE9D: hue angle of 172.09º 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 #2DAE9D is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 45 174 157 -
CMYK 0.74 0 0.10 0.32
HSL 172.09º 0.59% 0.43% -
HSV(B) 172.09º 0.74% 0.68% -
XYZ 22.3 33.26 37.14 -
YUV 133.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 45 174 157 0.74 0 0.10 0.32 172.09 0.59 0.43
Hex 2D AE 9D 4A 0 A 20 AC 3B 2B
Octal 55 256 235 112 0 12 40 254 73 53
Binary 101101 10101110 10011101 1001010 0 1010 100000 10101100 111011 101011

Color Harmonies of #2DAE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAE9D

Black with #2DAE9D

Text Example


Text Example

White with #2DAE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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