Html Css Color HEX #0F4E47 Cyprus

📋 copy color: '#0F4E47'

red 15 ◦ green 78 ◦ blue 71

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

Shades of Cyprus #0F4E47

Tints of Cyprus #0F4E47

RGB

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

 GREEN value IS 78 (30.86% from 255) = 47.56%

 BLUE value IS 71 (28.13% from 255) = 43.29%

R = 9.15%
G = 47.56%
B = 43.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#0F4E47 (or 0x0F4E47) is known color: Cyprus. HEX triplet: 0F, 4E and 47. RGB value is (15,78,71). Sum of RGB (Red+Green+Blue) = 15+78+71=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #0F4E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4E47 is #F0B1B8. Grayscale: #3A3A3A. Windows color (decimal): -15774137 or 4673039. OLE color: 4673039.

HSL color Cylindrical-coordinate representation of color #0F4E47: hue angle of 173.33º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4E47 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 78 71 -
CMYK 0.81 0 0.09 0.69
HSL 173.33º 0.68% 0.18% -
HSV(B) 173.33º 0.81% 0.31% -
XYZ 4.06 6.01 6.91 -
YUV 58.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 15 78 71 0.81 0 0.09 0.69 173.33 0.68 0.18
Hex F 4E 47 51 0 9 45 AD 44 12
Octal 17 116 107 121 0 11 105 255 104 22
Binary 1111 1001110 1000111 1010001 0 1001 1000101 10101101 1000100 10010

Color Harmonies of #0F4E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4E47

Black with #0F4E47

Text Example


Text Example

White with #0F4E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,78,71); }

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

background-color css

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

 a { background-color: rgb(15,78,71); }

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

border-color css

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

 span { border-color: rgb(15,78,71); }

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