Html Css Color HEX #2CB2AD Light Sea Green

📋 copy color: '#2CB2AD'

red 44 ◦ green 178 ◦ blue 173

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

Shades of Light Sea Green #2CB2AD

Tints of Light Sea Green #2CB2AD

RGB

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

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

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

R = 11.14%
G = 45.06%
B = 43.8%

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

#2CB2AD (or 0x2CB2AD) is known color: Light Sea Green. HEX triplet: 2C, B2 and AD. RGB value is (44,178,173). Sum of RGB (Red+Green+Blue) = 44+178+173=395 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.14% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CB2AD is #D34D52. Grayscale: #898989. Windows color (decimal): -13847891 or 11383340. OLE color: 11383340.

HSL color Cylindrical-coordinate representation of color #2CB2AD: hue angle of 177.76º 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 #2CB2AD is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 178 173 -
CMYK 0.75 0 0.03 0.30
HSL 177.76º 0.6% 0.44% -
HSV(B) 177.76º 0.75% 0.7% -
XYZ 24.5 35.39 45.08 -
YUV 137.36 148.11 61.41 -
System Red Green Blue C M Y K H S L
Decimal 44 178 173 0.75 0 0.03 0.30 177.76 0.6 0.44
Hex 2C B2 AD 4B 0 3 1E B2 3C 2C
Octal 54 262 255 113 0 3 36 262 74 54
Binary 101100 10110010 10101101 1001011 0 11 11110 10110010 111100 101100

Color Harmonies of #2CB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB2AD

Black with #2CB2AD

Text Example


Text Example

White with #2CB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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