Html Css Color HEX #0F584C Cyprus

📋 copy color: '#0F584C'

red 15 ◦ green 88 ◦ blue 76

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

Shades of Cyprus #0F584C

Tints of Cyprus #0F584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.16%

 BLUE value IS 76 (30.08% from 255) = 42.46%

R = 8.38%
G = 49.16%
B = 42.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#0F584C (or 0x0F584C) is known color: Cyprus. HEX triplet: 0F, 58 and 4C. RGB value is (15,88,76). Sum of RGB (Red+Green+Blue) = 15+88+76=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #0F584C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F584C is #F0A7B3. Grayscale: #404040. Windows color (decimal): -15771572 or 5003279. OLE color: 5003279.

HSL color Cylindrical-coordinate representation of color #0F584C: hue angle of 170.14º 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 #0F584C is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 88 76 -
CMYK 0.83 0 0.14 0.65
HSL 170.14º 0.71% 0.2% -
HSV(B) 170.14º 0.83% 0.35% -
XYZ 4.99 7.6 8.04 -
YUV 64.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 15 88 76 0.83 0 0.14 0.65 170.14 0.71 0.2
Hex F 58 4C 53 0 E 41 AA 47 14
Octal 17 130 114 123 0 16 101 252 107 24
Binary 1111 1011000 1001100 1010011 0 1110 1000001 10101010 1000111 10100

Color Harmonies of #0F584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F584C

Black with #0F584C

Text Example


Text Example

White with #0F584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,88,76); }

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

background-color css

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

 a { background-color: rgb(15,88,76); }

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

border-color css

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

 span { border-color: rgb(15,88,76); }

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