Html Css Color HEX #0C504D Cyprus

📋 copy color: '#0C504D'

red 12 ◦ green 80 ◦ blue 77

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

Shades of Cyprus #0C504D

Tints of Cyprus #0C504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 45.56%

R = 7.1%
G = 47.34%
B = 45.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#0C504D (or 0x0C504D) is known color: Cyprus. HEX triplet: 0C, 50 and 4D. RGB value is (12,80,77). Sum of RGB (Red+Green+Blue) = 12+80+77=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #0C504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C504D is #F3AFB2. Grayscale: #3B3B3B. Windows color (decimal): -15970227 or 5066764. OLE color: 5066764.

HSL color Cylindrical-coordinate representation of color #0C504D: hue angle of 177.35º 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 #0C504D is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 80 77 -
CMYK 0.85 0 0.04 0.69
HSL 177.35º 0.74% 0.18% -
HSV(B) 177.35º 0.85% 0.31% -
XYZ 4.36 6.35 8.02 -
YUV 59.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 12 80 77 0.85 0 0.04 0.69 177.35 0.74 0.18
Hex C 50 4D 55 0 4 45 B1 4A 12
Octal 14 120 115 125 0 4 105 261 112 22
Binary 1100 1010000 1001101 1010101 0 100 1000101 10110001 1001010 10010

Color Harmonies of #0C504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C504D

Black with #0C504D

Text Example


Text Example

White with #0C504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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