Html Css Color HEX #027C54 Watercourse

📋 copy color: '#027C54'

red 2 ◦ green 124 ◦ blue 84

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

Shades of Watercourse #027C54

Tints of Watercourse #027C54

RGB

 RED value IS 2 (1.17% from 255) = 0.95%

 GREEN value IS 124 (48.83% from 255) = 59.05%

 BLUE value IS 84 (33.2% from 255) = 40%

R = 0.95%
G = 59.05%
B = 40%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#027C54 (or 0x027C54) is known color: Watercourse. HEX triplet: 02, 7C and 54. RGB value is (2,124,84). Sum of RGB (Red+Green+Blue) = 2+124+84=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #027C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C54 is #FD83AB. Grayscale: #525252. Windows color (decimal): -16614316 or 5536770. OLE color: 5536770.

HSL color Cylindrical-coordinate representation of color #027C54: hue angle of 160.33º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027C54 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 124 84 -
CMYK 0.98 0 0.32 0.51
HSL 160.33º 0.97% 0.25% -
HSV(B) 160.33º 0.98% 0.49% -
XYZ 8.83 15.07 10.83 -
YUV 82.96 128.58 70.25 -
System Red Green Blue C M Y K H S L
Decimal 2 124 84 0.98 0 0.32 0.51 160.33 0.97 0.25
Hex 2 7C 54 62 0 20 33 A0 61 19
Octal 2 174 124 142 0 40 63 240 141 31
Binary 10 1111100 1010100 1100010 0 100000 110011 10100000 1100001 11001

Color Harmonies of #027C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C54

Black with #027C54

Text Example


Text Example

White with #027C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027C54; }

 p { color: rgb(2,124,84); }

 H1.HeaderClassName
 {
   color: #027C54;
 }
 .AnyTagClassName
 {
   color: #027C54;
 }
</style>

background-color css

<style>
 a { background-color: #027C54; }

 a { background-color: rgb(2,124,84); }

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

border-color css

<style>
 span { border-color: #027C54; }

 span { border-color: rgb(2,124,84); }

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