Html Css Color HEX #0F6E52 Watercourse

📋 copy color: '#0F6E52'

red 15 ◦ green 110 ◦ blue 82

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

Shades of Watercourse #0F6E52

Tints of Watercourse #0F6E52

RGB

 RED value IS 15 (6.25% from 255) = 7.25%

 GREEN value IS 110 (43.36% from 255) = 53.14%

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

R = 7.25%
G = 53.14%
B = 39.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#0F6E52 (or 0x0F6E52) is known color: Watercourse. HEX triplet: 0F, 6E and 52. RGB value is (15,110,82). Sum of RGB (Red+Green+Blue) = 15+110+82=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6E52 is #F091AD. Grayscale: #4E4E4E. Windows color (decimal): -15765934 or 5402127. OLE color: 5402127.

HSL color Cylindrical-coordinate representation of color #0F6E52: hue angle of 162.32º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6E52 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 15 110 82 -
CMYK 0.86 0 0.25 0.57
HSL 162.32º 0.76% 0.25% -
HSV(B) 162.32º 0.86% 0.43% -
XYZ 7.3 11.86 9.89 -
YUV 78.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 15 110 82 0.86 0 0.25 0.57 162.32 0.76 0.25
Hex F 6E 52 56 0 19 39 A2 4C 19
Octal 17 156 122 126 0 31 71 242 114 31
Binary 1111 1101110 1010010 1010110 0 11001 111001 10100010 1001100 11001

Color Harmonies of #0F6E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6E52

Black with #0F6E52

Text Example


Text Example

White with #0F6E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,110,82); }

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

background-color css

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

 a { background-color: rgb(15,110,82); }

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

border-color css

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

 span { border-color: rgb(15,110,82); }

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