Html Css Color HEX #106652 Watercourse

📋 copy color: '#106652'

red 16 ◦ green 102 ◦ blue 82

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

Shades of Watercourse #106652

Tints of Watercourse #106652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51%

 BLUE value IS 82 (32.42% from 255) = 41%

R = 8%
G = 51%
B = 41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#106652 (or 0x106652) is known color: Watercourse. HEX triplet: 10, 66 and 52. RGB value is (16,102,82). Sum of RGB (Red+Green+Blue) = 16+102+82=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #106652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106652 is #EF99AD. Grayscale: #4A4A4A. Windows color (decimal): -15702446 or 5400080. OLE color: 5400080.

HSL color Cylindrical-coordinate representation of color #106652: hue angle of 166.05º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106652 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 102 82 -
CMYK 0.84 0 0.20 0.6
HSL 166.05º 0.73% 0.23% -
HSV(B) 166.05º 0.84% 0.4% -
XYZ 6.49 10.22 9.61 -
YUV 74.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 16 102 82 0.84 0 0.20 0.6 166.05 0.73 0.23
Hex 10 66 52 54 0 14 3C A6 49 17
Octal 20 146 122 124 0 24 74 246 111 27
Binary 10000 1100110 1010010 1010100 0 10100 111100 10100110 1001001 10111

Color Harmonies of #106652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106652

Black with #106652

Text Example


Text Example

White with #106652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106652; }

 p { color: rgb(16,102,82); }

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

background-color css

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

 a { background-color: rgb(16,102,82); }

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

border-color css

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

 span { border-color: rgb(16,102,82); }

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