Html Css Color HEX #2DB2AD Light Sea Green

📋 copy color: '#2DB2AD'

red 45 ◦ green 178 ◦ blue 173

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

Shades of Light Sea Green #2DB2AD

Tints of Light Sea Green #2DB2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.95%

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 11.36%
G = 44.95%
B = 43.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#2DB2AD (or 0x2DB2AD) is known color: Light Sea Green. HEX triplet: 2D, B2 and AD. RGB value is (45,178,173). Sum of RGB (Red+Green+Blue) = 45+178+173=396 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.36% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB2AD is #D24D52. Grayscale: #898989. Windows color (decimal): -13782355 or 11383341. OLE color: 11383341.

HSL color Cylindrical-coordinate representation of color #2DB2AD: hue angle of 177.74º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB2AD is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 45 178 173 -
CMYK 0.75 0 0.03 0.30
HSL 177.74º 0.6% 0.44% -
HSV(B) 177.74º 0.75% 0.7% -
XYZ 24.55 35.42 45.08 -
YUV 137.66 147.94 61.91 -
System Red Green Blue C M Y K H S L
Decimal 45 178 173 0.75 0 0.03 0.30 177.74 0.6 0.44
Hex 2D B2 AD 4B 0 3 1E B2 3C 2C
Octal 55 262 255 113 0 3 36 262 74 54
Binary 101101 10110010 10101101 1001011 0 11 11110 10110010 111100 101100

Color Harmonies of #2DB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB2AD

Black with #2DB2AD

Text Example


Text Example

White with #2DB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,178,173); }

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

background-color css

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

 a { background-color: rgb(45,178,173); }

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

border-color css

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

 span { border-color: rgb(45,178,173); }

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