Html Css Color HEX #2DABAF Light Sea Green

📋 copy color: '#2DABAF'

red 45 ◦ green 171 ◦ blue 175

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

Shades of Light Sea Green #2DABAF

Tints of Light Sea Green #2DABAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 11.51%
G = 43.73%
B = 44.76%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2DABAF (or 0x2DABAF) is known color: Light Sea Green. HEX triplet: 2D, AB and AF. RGB value is (45,171,175). Sum of RGB (Red+Green+Blue) = 45+171+175=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #2DABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DABAF is #D25450. Grayscale: #858585. Windows color (decimal): -13784145 or 11512621. OLE color: 11512621.

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

Color convert

RGB 45 171 175 -
CMYK 0.74 0.02 0 0.31
HSL 181.85º 0.59% 0.43% -
HSV(B) 181.85º 0.74% 0.69% -
XYZ 23.38 32.78 45.65 -
YUV 133.78 151.26 64.67 -
System Red Green Blue C M Y K H S L
Decimal 45 171 175 0.74 0.02 0 0.31 181.85 0.59 0.43
Hex 2D AB AF 4A 2 0 1F B6 3B 2B
Octal 55 253 257 112 2 0 37 266 73 53
Binary 101101 10101011 10101111 1001010 10 0 11111 10110110 111011 101011

Color Harmonies of #2DABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DABAF

Black with #2DABAF

Text Example


Text Example

White with #2DABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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