Html Css Color HEX #0C624D Watercourse

📋 copy color: '#0C624D'

red 12 ◦ green 98 ◦ blue 77

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

Shades of Watercourse #0C624D

Tints of Watercourse #0C624D

RGB

 RED value IS 12 (5.08% from 255) = 6.42%

 GREEN value IS 98 (38.67% from 255) = 52.41%

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

R = 6.42%
G = 52.41%
B = 41.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#0C624D (or 0x0C624D) is known color: Watercourse. HEX triplet: 0C, 62 and 4D. RGB value is (12,98,77). Sum of RGB (Red+Green+Blue) = 12+98+77=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #0C624D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C624D is #F39DB2. Grayscale: #454545. Windows color (decimal): -15965619 or 5071372. OLE color: 5071372.

HSL color Cylindrical-coordinate representation of color #0C624D: hue angle of 165.35º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C624D is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 98 77 -
CMYK 0.88 0 0.21 0.62
HSL 165.35º 0.78% 0.22% -
HSV(B) 165.35º 0.88% 0.38% -
XYZ 5.86 9.35 8.52 -
YUV 69.89 132.01 86.71 -
System Red Green Blue C M Y K H S L
Decimal 12 98 77 0.88 0 0.21 0.62 165.35 0.78 0.22
Hex C 62 4D 58 0 15 3E A5 4E 16
Octal 14 142 115 130 0 25 76 245 116 26
Binary 1100 1100010 1001101 1011000 0 10101 111110 10100101 1001110 10110

Color Harmonies of #0C624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C624D

Black with #0C624D

Text Example


Text Example

White with #0C624D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,98,77); }

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

background-color css

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

 a { background-color: rgb(12,98,77); }

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

border-color css

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

 span { border-color: rgb(12,98,77); }

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