Html Css Color HEX #2CB4AD Light Sea Green

📋 copy color: '#2CB4AD'

red 44 ◦ green 180 ◦ blue 173

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

Shades of Light Sea Green #2CB4AD

Tints of Light Sea Green #2CB4AD

RGB

 RED value IS 44 (17.58% from 255) = 11.08%

 GREEN value IS 180 (70.7% from 255) = 45.34%

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

R = 11.08%
G = 45.34%
B = 43.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#2CB4AD (or 0x2CB4AD) is known color: Light Sea Green. HEX triplet: 2C, B4 and AD. RGB value is (44,180,173). Sum of RGB (Red+Green+Blue) = 44+180+173=397 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.08% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB4AD is #D34B52. Grayscale: #8A8A8A. Windows color (decimal): -13847379 or 11383852. OLE color: 11383852.

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

Color convert

RGB 44 180 173 -
CMYK 0.76 0 0.04 0.29
HSL 176.91º 0.61% 0.44% -
HSV(B) 176.91º 0.76% 0.71% -
XYZ 24.9 36.2 45.21 -
YUV 138.54 147.44 60.57 -
System Red Green Blue C M Y K H S L
Decimal 44 180 173 0.76 0 0.04 0.29 176.91 0.61 0.44
Hex 2C B4 AD 4C 0 4 1D B1 3D 2C
Octal 54 264 255 114 0 4 35 261 75 54
Binary 101100 10110100 10101101 1001100 0 100 11101 10110001 111101 101100

Color Harmonies of #2CB4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB4AD

Black with #2CB4AD

Text Example


Text Example

White with #2CB4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,180,173); }

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

background-color css

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

 a { background-color: rgb(44,180,173); }

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

border-color css

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

 span { border-color: rgb(44,180,173); }

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