Html Css Color HEX #2CB999 Niagara

📋 copy color: '#2CB999'

red 44 ◦ green 185 ◦ blue 153

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

Shades of Niagara #2CB999

Tints of Niagara #2CB999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.05%

R = 11.52%
G = 48.43%
B = 40.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#2CB999 (or 0x2CB999) is known color: Niagara. HEX triplet: 2C, B9 and 99. RGB value is (44,185,153). Sum of RGB (Red+Green+Blue) = 44+185+153=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB999 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB999 is #D34666. Grayscale: #8B8B8B. Windows color (decimal): -13846119 or 10074412. OLE color: 10074412.

HSL color Cylindrical-coordinate representation of color #2CB999: hue angle of 166.38º 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 #2CB999 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 185 153 -
CMYK 0.76 0 0.17 0.27
HSL 166.38º 0.62% 0.45% -
HSV(B) 166.38º 0.76% 0.73% -
XYZ 24.14 37.53 36.11 -
YUV 139.19 135.79 60.1 -
System Red Green Blue C M Y K H S L
Decimal 44 185 153 0.76 0 0.17 0.27 166.38 0.62 0.45
Hex 2C B9 99 4C 0 11 1B A6 3E 2D
Octal 54 271 231 114 0 21 33 246 76 55
Binary 101100 10111001 10011001 1001100 0 10001 11011 10100110 111110 101101

Color Harmonies of #2CB999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB999

Black with #2CB999

Text Example


Text Example

White with #2CB999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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