Html Css Color HEX #0F4B4A Cyprus

📋 copy color: '#0F4B4A'

red 15 ◦ green 75 ◦ blue 74

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

Shades of Cyprus #0F4B4A

Tints of Cyprus #0F4B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 45.73%

 BLUE value IS 74 (29.3% from 255) = 45.12%

R = 9.15%
G = 45.73%
B = 45.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#0F4B4A (or 0x0F4B4A) is known color: Cyprus. HEX triplet: 0F, 4B and 4A. RGB value is (15,75,74). Sum of RGB (Red+Green+Blue) = 15+75+74=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4B4A is #F0B4B5. Grayscale: #383838. Windows color (decimal): -15774902 or 4868879. OLE color: 4868879.

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

Color convert

RGB 15 75 74 -
CMYK 0.80 0 0.01 0.71
HSL 179º 0.67% 0.18% -
HSV(B) 179º 0.8% 0.29% -
XYZ 3.95 5.63 7.36 -
YUV 56.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 15 75 74 0.80 0 0.01 0.71 179 0.67 0.18
Hex F 4B 4A 50 0 1 47 B3 43 12
Octal 17 113 112 120 0 1 107 263 103 22
Binary 1111 1001011 1001010 1010000 0 1 1000111 10110011 1000011 10010

Color Harmonies of #0F4B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4B4A

Black with #0F4B4A

Text Example


Text Example

White with #0F4B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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