Html Css Color HEX #2DABB4 Light Sea Green

📋 copy color: '#2DABB4'

red 45 ◦ green 171 ◦ blue 180

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

Shades of Light Sea Green #2DABB4

Tints of Light Sea Green #2DABB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.45%

R = 11.36%
G = 43.18%
B = 45.45%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2DABB4 (or 0x2DABB4) is known color: Light Sea Green. HEX triplet: 2D, AB and B4. RGB value is (45,171,180). Sum of RGB (Red+Green+Blue) = 45+171+180=396 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.36% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #2DABB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABB4 is #D2544B. Grayscale: #868686. Windows color (decimal): -13784140 or 11840301. OLE color: 11840301.

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

Color convert

RGB 45 171 180 -
CMYK 0.75 0.05 0 0.29
HSL 184º 0.6% 0.44% -
HSV(B) 184º 0.75% 0.71% -
XYZ 23.88 32.98 48.29 -
YUV 134.35 153.76 64.27 -
System Red Green Blue C M Y K H S L
Decimal 45 171 180 0.75 0.05 0 0.29 184 0.6 0.44
Hex 2D AB B4 4B 5 0 1D B8 3C 2C
Octal 55 253 264 113 5 0 35 270 74 54
Binary 101101 10101011 10110100 1001011 101 0 11101 10111000 111100 101100

Color Harmonies of #2DABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DABB4

Black with #2DABB4

Text Example


Text Example

White with #2DABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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