Html Css Color HEX #107253 Watercourse

📋 copy color: '#107253'

red 16 ◦ green 114 ◦ blue 83

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

Shades of Watercourse #107253

Tints of Watercourse #107253

RGB

 RED value IS 16 (6.64% from 255) = 7.51%

 GREEN value IS 114 (44.92% from 255) = 53.52%

 BLUE value IS 83 (32.81% from 255) = 38.97%

R = 7.51%
G = 53.52%
B = 38.97%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#107253 (or 0x107253) is known color: Watercourse. HEX triplet: 10, 72 and 53. RGB value is (16,114,83). Sum of RGB (Red+Green+Blue) = 16+114+83=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #107253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107253 is #EF8DAC. Grayscale: #515151. Windows color (decimal): -15699373 or 5468688. OLE color: 5468688.

HSL color Cylindrical-coordinate representation of color #107253: hue angle of 161.02º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107253 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 114 83 -
CMYK 0.86 0 0.27 0.55
HSL 161.02º 0.75% 0.25% -
HSV(B) 161.02º 0.86% 0.45% -
XYZ 7.79 12.77 10.24 -
YUV 81.16 129.03 81.52 -
System Red Green Blue C M Y K H S L
Decimal 16 114 83 0.86 0 0.27 0.55 161.02 0.75 0.25
Hex 10 72 53 56 0 1B 37 A1 4B 19
Octal 20 162 123 126 0 33 67 241 113 31
Binary 10000 1110010 1010011 1010110 0 11011 110111 10100001 1001011 11001

Color Harmonies of #107253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107253

Black with #107253

Text Example


Text Example

White with #107253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107253; }

 p { color: rgb(16,114,83); }

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

background-color css

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

 a { background-color: rgb(16,114,83); }

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

border-color css

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

 span { border-color: rgb(16,114,83); }

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