Html Css Color HEX #127155 Watercourse

📋 copy color: '#127155'

red 18 ◦ green 113 ◦ blue 85

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

Shades of Watercourse #127155

Tints of Watercourse #127155

RGB

 RED value IS 18 (7.42% from 255) = 8.33%

 GREEN value IS 113 (44.53% from 255) = 52.31%

 BLUE value IS 85 (33.59% from 255) = 39.35%

R = 8.33%
G = 52.31%
B = 39.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#127155 (or 0x127155) is known color: Watercourse. HEX triplet: 12, 71 and 55. RGB value is (18,113,85). Sum of RGB (Red+Green+Blue) = 18+113+85=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #127155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127155 is #ED8EAA. Grayscale: #515151. Windows color (decimal): -15568555 or 5599506. OLE color: 5599506.

HSL color Cylindrical-coordinate representation of color #127155: hue angle of 162.32º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127155 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 113 85 -
CMYK 0.84 0 0.25 0.56
HSL 162.32º 0.73% 0.26% -
HSV(B) 162.32º 0.84% 0.44% -
XYZ 7.79 12.59 10.61 -
YUV 81.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 18 113 85 0.84 0 0.25 0.56 162.32 0.73 0.26
Hex 12 71 55 54 0 19 38 A2 49 1A
Octal 22 161 125 124 0 31 70 242 111 32
Binary 10010 1110001 1010101 1010100 0 11001 111000 10100010 1001001 11010

Color Harmonies of #127155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127155

Black with #127155

Text Example


Text Example

White with #127155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127155; }

 p { color: rgb(18,113,85); }

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

background-color css

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

 a { background-color: rgb(18,113,85); }

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

border-color css

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

 span { border-color: rgb(18,113,85); }

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