Html Css Color HEX #2CB993 Niagara

📋 copy color: '#2CB993'

red 44 ◦ green 185 ◦ blue 147

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

Shades of Niagara #2CB993

Tints of Niagara #2CB993

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 11.7%
G = 49.2%
B = 39.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#2CB993 (or 0x2CB993) is known color: Niagara. HEX triplet: 2C, B9 and 93. RGB value is (44,185,147). Sum of RGB (Red+Green+Blue) = 44+185+147=376 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.70% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB993 is #D3466C. Grayscale: #8A8A8A. Windows color (decimal): -13846125 or 9681196. OLE color: 9681196.

HSL color Cylindrical-coordinate representation of color #2CB993: hue angle of 163.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB993 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 185 147 -
CMYK 0.76 0 0.21 0.27
HSL 163.83º 0.62% 0.45% -
HSV(B) 163.83º 0.76% 0.73% -
XYZ 23.65 37.34 33.56 -
YUV 138.51 132.79 60.59 -
System Red Green Blue C M Y K H S L
Decimal 44 185 147 0.76 0 0.21 0.27 163.83 0.62 0.45
Hex 2C B9 93 4C 0 15 1B A4 3E 2D
Octal 54 271 223 114 0 25 33 244 76 55
Binary 101100 10111001 10010011 1001100 0 10101 11011 10100100 111110 101101

Color Harmonies of #2CB993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB993

Black with #2CB993

Text Example


Text Example

White with #2CB993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,185,147); }

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

background-color css

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

 a { background-color: rgb(44,185,147); }

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

border-color css

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

 span { border-color: rgb(44,185,147); }

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