Html Css Color HEX #0F6C7C Allports

📋 copy color: '#0F6C7C'

red 15 ◦ green 108 ◦ blue 124

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

Shades of Allports #0F6C7C

Tints of Allports #0F6C7C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.72%

 BLUE value IS 124 (48.83% from 255) = 50.2%

R = 6.07%
G = 43.72%
B = 50.2%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F6C7C (or 0x0F6C7C) is known color: Allports. HEX triplet: 0F, 6C and 7C. RGB value is (15,108,124). Sum of RGB (Red+Green+Blue) = 15+108+124=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F6C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6C7C is #F09383. Grayscale: #515151. Windows color (decimal): -15766404 or 8154127. OLE color: 8154127.

HSL color Cylindrical-coordinate representation of color #0F6C7C: hue angle of 188.81º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F6C7C is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 108 124 -
CMYK 0.88 0.13 0 0.51
HSL 188.81º 0.78% 0.27% -
HSV(B) 188.81º 0.88% 0.49% -
XYZ 9.2 12.28 20.95 -
YUV 82.02 151.69 80.2 -
System Red Green Blue C M Y K H S L
Decimal 15 108 124 0.88 0.13 0 0.51 188.81 0.78 0.27
Hex F 6C 7C 58 D 0 33 BD 4E 1B
Octal 17 154 174 130 15 0 63 275 116 33
Binary 1111 1101100 1111100 1011000 1101 0 110011 10111101 1001110 11011

Color Harmonies of #0F6C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C7C

Black with #0F6C7C

Text Example


Text Example

White with #0F6C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,108,124); }

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

background-color css

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

 a { background-color: rgb(15,108,124); }

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

border-color css

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

 span { border-color: rgb(15,108,124); }

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