Html Css Color HEX #0A684B Watercourse

📋 copy color: '#0A684B'

red 10 ◦ green 104 ◦ blue 75

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

Shades of Watercourse #0A684B

Tints of Watercourse #0A684B

RGB

 RED value IS 10 (4.3% from 255) = 5.29%

 GREEN value IS 104 (41.02% from 255) = 55.03%

 BLUE value IS 75 (29.69% from 255) = 39.68%

R = 5.29%
G = 55.03%
B = 39.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#0A684B (or 0x0A684B) is known color: Watercourse. HEX triplet: 0A, 68 and 4B. RGB value is (10,104,75). Sum of RGB (Red+Green+Blue) = 10+104+75=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #0A684B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A684B is #F597B4. Grayscale: #484848. Windows color (decimal): -16095157 or 4941834. OLE color: 4941834.

HSL color Cylindrical-coordinate representation of color #0A684B: hue angle of 161.49º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A684B is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 104 75 -
CMYK 0.90 0 0.28 0.59
HSL 161.49º 0.82% 0.22% -
HSV(B) 161.49º 0.9% 0.41% -
XYZ 6.35 10.47 8.34 -
YUV 72.59 129.36 83.36 -
System Red Green Blue C M Y K H S L
Decimal 10 104 75 0.90 0 0.28 0.59 161.49 0.82 0.22
Hex A 68 4B 5A 0 1C 3B A1 52 16
Octal 12 150 113 132 0 34 73 241 122 26
Binary 1010 1101000 1001011 1011010 0 11100 111011 10100001 1010010 10110

Color Harmonies of #0A684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A684B

Black with #0A684B

Text Example


Text Example

White with #0A684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A684B; }

 p { color: rgb(10,104,75); }

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

background-color css

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

 a { background-color: rgb(10,104,75); }

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

border-color css

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

 span { border-color: rgb(10,104,75); }

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