Html Css Color HEX #2CA593 Niagara

📋 copy color: '#2CA593'

red 44 ◦ green 165 ◦ blue 147

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

Shades of Niagara #2CA593

Tints of Niagara #2CA593

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.35%

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

R = 12.36%
G = 46.35%
B = 41.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#2CA593 (or 0x2CA593) is known color: Niagara. HEX triplet: 2C, A5 and 93. RGB value is (44,165,147). Sum of RGB (Red+Green+Blue) = 44+165+147=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA593 is #D35A6C. Grayscale: #7E7E7E. Windows color (decimal): -13851245 or 9676076. OLE color: 9676076.

HSL color Cylindrical-coordinate representation of color #2CA593: hue angle of 171.07º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA593 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 44 165 147 -
CMYK 0.73 0 0.11 0.35
HSL 171.07º 0.58% 0.41% -
HSV(B) 171.07º 0.73% 0.65% -
XYZ 19.76 29.55 32.27 -
YUV 126.77 139.41 68.96 -
System Red Green Blue C M Y K H S L
Decimal 44 165 147 0.73 0 0.11 0.35 171.07 0.58 0.41
Hex 2C A5 93 49 0 B 23 AB 3A 29
Octal 54 245 223 111 0 13 43 253 72 51
Binary 101100 10100101 10010011 1001001 0 1011 100011 10101011 111010 101001

Color Harmonies of #2CA593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA593

Black with #2CA593

Text Example


Text Example

White with #2CA593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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