Html Css Color HEX #0F594A Cyprus

📋 copy color: '#0F594A'

red 15 ◦ green 89 ◦ blue 74

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

Shades of Cyprus #0F594A

Tints of Cyprus #0F594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

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

R = 8.43%
G = 50%
B = 41.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#0F594A (or 0x0F594A) is known color: Cyprus. HEX triplet: 0F, 59 and 4A. RGB value is (15,89,74). Sum of RGB (Red+Green+Blue) = 15+89+74=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #0F594A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F594A is #F0A6B5. Grayscale: #414141. Windows color (decimal): -15771318 or 4872463. OLE color: 4872463.

HSL color Cylindrical-coordinate representation of color #0F594A: hue angle of 167.84º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F594A is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 89 74 -
CMYK 0.83 0 0.17 0.65
HSL 167.84º 0.71% 0.2% -
HSV(B) 167.84º 0.83% 0.35% -
XYZ 5.01 7.74 7.71 -
YUV 65.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 15 89 74 0.83 0 0.17 0.65 167.84 0.71 0.2
Hex F 59 4A 53 0 11 41 A8 47 14
Octal 17 131 112 123 0 21 101 250 107 24
Binary 1111 1011001 1001010 1010011 0 10001 1000001 10101000 1000111 10100

Color Harmonies of #0F594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F594A

Black with #0F594A

Text Example


Text Example

White with #0F594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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