Html Css Color HEX #027754 Watercourse

📋 copy color: '#027754'

red 2 ◦ green 119 ◦ blue 84

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

Shades of Watercourse #027754

Tints of Watercourse #027754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.05%

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

R = 0.98%
G = 58.05%
B = 40.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#027754 (or 0x027754) is known color: Watercourse. HEX triplet: 02, 77 and 54. RGB value is (2,119,84). Sum of RGB (Red+Green+Blue) = 2+119+84=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #027754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027754 is #FD88AB. Grayscale: #505050. Windows color (decimal): -16615596 or 5535490. OLE color: 5535490.

HSL color Cylindrical-coordinate representation of color #027754: hue angle of 162.05º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027754 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 119 84 -
CMYK 0.98 0 0.29 0.53
HSL 162.05º 0.97% 0.24% -
HSV(B) 162.05º 0.98% 0.47% -
XYZ 8.22 13.85 10.63 -
YUV 80.03 130.24 72.35 -
System Red Green Blue C M Y K H S L
Decimal 2 119 84 0.98 0 0.29 0.53 162.05 0.97 0.24
Hex 2 77 54 62 0 1D 35 A2 61 18
Octal 2 167 124 142 0 35 65 242 141 30
Binary 10 1110111 1010100 1100010 0 11101 110101 10100010 1100001 11000

Color Harmonies of #027754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027754

Black with #027754

Text Example


Text Example

White with #027754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027754; }

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

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

background-color css

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

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

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

border-color css

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

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

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