Html Css Color HEX #0C504F Cyprus

📋 copy color: '#0C504F'

red 12 ◦ green 80 ◦ blue 79

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

Shades of Cyprus #0C504F

Tints of Cyprus #0C504F

RGB

 RED value IS 12 (5.08% from 255) = 7.02%

 GREEN value IS 80 (31.64% from 255) = 46.78%

 BLUE value IS 79 (31.25% from 255) = 46.2%

R = 7.02%
G = 46.78%
B = 46.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#0C504F (or 0x0C504F) is known color: Cyprus. HEX triplet: 0C, 50 and 4F. RGB value is (12,80,79). Sum of RGB (Red+Green+Blue) = 12+80+79=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #0C504F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C504F is #F3AFB0. Grayscale: #3B3B3B. Windows color (decimal): -15970225 or 5197836. OLE color: 5197836.

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

Color convert

RGB 12 80 79 -
CMYK 0.85 0 0.01 0.69
HSL 179.12º 0.74% 0.18% -
HSV(B) 179.12º 0.85% 0.31% -
XYZ 4.43 6.38 8.4 -
YUV 59.55 138.97 94.08 -
System Red Green Blue C M Y K H S L
Decimal 12 80 79 0.85 0 0.01 0.69 179.12 0.74 0.18
Hex C 50 4F 55 0 1 45 B3 4A 12
Octal 14 120 117 125 0 1 105 263 112 22
Binary 1100 1010000 1001111 1010101 0 1 1000101 10110011 1001010 10010

Color Harmonies of #0C504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C504F

Black with #0C504F

Text Example


Text Example

White with #0C504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,80,79); }

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

background-color css

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

 a { background-color: rgb(12,80,79); }

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

border-color css

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

 span { border-color: rgb(12,80,79); }

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