Html Css Color HEX #0A634B Watercourse

📋 copy color: '#0A634B'

red 10 ◦ green 99 ◦ blue 75

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

Shades of Watercourse #0A634B

Tints of Watercourse #0A634B

RGB

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

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

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

R = 5.43%
G = 53.8%
B = 40.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#0A634B (or 0x0A634B) is known color: Watercourse. HEX triplet: 0A, 63 and 4B. RGB value is (10,99,75). Sum of RGB (Red+Green+Blue) = 10+99+75=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #0A634B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A634B is #F59CB4. Grayscale: #454545. Windows color (decimal): -16096437 or 4940554. OLE color: 4940554.

HSL color Cylindrical-coordinate representation of color #0A634B: hue angle of 163.82º 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 #0A634B is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 99 75 -
CMYK 0.90 0 0.24 0.61
HSL 163.82º 0.82% 0.21% -
HSV(B) 163.82º 0.9% 0.39% -
XYZ 5.86 9.5 8.18 -
YUV 69.65 131.01 85.45 -
System Red Green Blue C M Y K H S L
Decimal 10 99 75 0.90 0 0.24 0.61 163.82 0.82 0.21
Hex A 63 4B 5A 0 18 3D A4 52 15
Octal 12 143 113 132 0 30 75 244 122 25
Binary 1010 1100011 1001011 1011010 0 11000 111101 10100100 1010010 10101

Color Harmonies of #0A634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A634B

Black with #0A634B

Text Example


Text Example

White with #0A634B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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