Html Css Color HEX #0A634D Watercourse

📋 copy color: '#0A634D'

red 10 ◦ green 99 ◦ blue 77

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

Shades of Watercourse #0A634D

Tints of Watercourse #0A634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.23%

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 5.38%
G = 53.23%
B = 41.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#0A634D (or 0x0A634D) is known color: Watercourse. HEX triplet: 0A, 63 and 4D. RGB value is (10,99,77). Sum of RGB (Red+Green+Blue) = 10+99+77=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #0A634D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A634D is #F59CB2. Grayscale: #454545. Windows color (decimal): -16096435 or 5071626. OLE color: 5071626.

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

Color convert

RGB 10 99 77 -
CMYK 0.90 0 0.22 0.61
HSL 165.17º 0.82% 0.21% -
HSV(B) 165.17º 0.9% 0.39% -
XYZ 5.93 9.52 8.55 -
YUV 69.88 132.01 85.29 -
System Red Green Blue C M Y K H S L
Decimal 10 99 77 0.90 0 0.22 0.61 165.17 0.82 0.21
Hex A 63 4D 5A 0 16 3D A5 52 15
Octal 12 143 115 132 0 26 75 245 122 25
Binary 1010 1100011 1001101 1011010 0 10110 111101 10100101 1010010 10101

Color Harmonies of #0A634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A634D

Black with #0A634D

Text Example


Text Example

White with #0A634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,99,77); }

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

background-color css

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

 a { background-color: rgb(10,99,77); }

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

border-color css

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

 span { border-color: rgb(10,99,77); }

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