Html Css Color HEX #2DABAD Light Sea Green

📋 copy color: '#2DABAD'

red 45 ◦ green 171 ◦ blue 173

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

Shades of Light Sea Green #2DABAD

Tints of Light Sea Green #2DABAD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.96%

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

R = 11.57%
G = 43.96%
B = 44.47%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2DABAD (or 0x2DABAD) is known color: Light Sea Green. HEX triplet: 2D, AB and AD. RGB value is (45,171,173). Sum of RGB (Red+Green+Blue) = 45+171+173=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #2DABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DABAD is #D25452. Grayscale: #858585. Windows color (decimal): -13784147 or 11381549. OLE color: 11381549.

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

Color convert

RGB 45 171 173 -
CMYK 0.74 0.01 0 0.32
HSL 180.94º 0.59% 0.43% -
HSV(B) 180.94º 0.74% 0.68% -
XYZ 23.19 32.7 44.62 -
YUV 133.55 150.26 64.84 -
System Red Green Blue C M Y K H S L
Decimal 45 171 173 0.74 0.01 0 0.32 180.94 0.59 0.43
Hex 2D AB AD 4A 1 0 20 B5 3B 2B
Octal 55 253 255 112 1 0 40 265 73 53
Binary 101101 10101011 10101101 1001010 1 0 100000 10110101 111011 101011

Color Harmonies of #2DABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DABAD

Black with #2DABAD

Text Example


Text Example

White with #2DABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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