Html Css Color HEX #0F4A48 Cyprus

📋 copy color: '#0F4A48'

red 15 ◦ green 74 ◦ blue 72

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

Shades of Cyprus #0F4A48

Tints of Cyprus #0F4A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.96%

 BLUE value IS 72 (28.52% from 255) = 44.72%

R = 9.32%
G = 45.96%
B = 44.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#0F4A48 (or 0x0F4A48) is known color: Cyprus. HEX triplet: 0F, 4A and 48. RGB value is (15,74,72). Sum of RGB (Red+Green+Blue) = 15+74+72=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #0F4A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4A48 is #F0B5B7. Grayscale: #383838. Windows color (decimal): -15775160 or 4737551. OLE color: 4737551.

HSL color Cylindrical-coordinate representation of color #0F4A48: hue angle of 177.97º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4A48 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 74 72 -
CMYK 0.80 0 0.03 0.71
HSL 177.97º 0.66% 0.17% -
HSV(B) 177.97º 0.8% 0.29% -
XYZ 3.82 5.47 6.99 -
YUV 56.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 15 74 72 0.80 0 0.03 0.71 177.97 0.66 0.17
Hex F 4A 48 50 0 3 47 B2 42 11
Octal 17 112 110 120 0 3 107 262 102 21
Binary 1111 1001010 1001000 1010000 0 11 1000111 10110010 1000010 10001

Color Harmonies of #0F4A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4A48

Black with #0F4A48

Text Example


Text Example

White with #0F4A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,74,72); }

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

background-color css

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

 a { background-color: rgb(15,74,72); }

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

border-color css

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

 span { border-color: rgb(15,74,72); }

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