Html Css Color HEX #0C514A Cyprus

📋 copy color: '#0C514A'

red 12 ◦ green 81 ◦ blue 74

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

Shades of Cyprus #0C514A

Tints of Cyprus #0C514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 48.5%

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

R = 7.19%
G = 48.5%
B = 44.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#0C514A (or 0x0C514A) is known color: Cyprus. HEX triplet: 0C, 51 and 4A. RGB value is (12,81,74). Sum of RGB (Red+Green+Blue) = 12+81+74=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #0C514A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C514A is #F3AEB5. Grayscale: #3B3B3B. Windows color (decimal): -15969974 or 4870412. OLE color: 4870412.

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

Color convert

RGB 12 81 74 -
CMYK 0.85 0 0.09 0.68
HSL 173.91º 0.74% 0.18% -
HSV(B) 173.91º 0.85% 0.32% -
XYZ 4.33 6.46 7.5 -
YUV 59.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 12 81 74 0.85 0 0.09 0.68 173.91 0.74 0.18
Hex C 51 4A 55 0 9 44 AE 4A 12
Octal 14 121 112 125 0 11 104 256 112 22
Binary 1100 1010001 1001010 1010101 0 1001 1000100 10101110 1001010 10010

Color Harmonies of #0C514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C514A

Black with #0C514A

Text Example


Text Example

White with #0C514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,81,74); }

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

background-color css

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

 a { background-color: rgb(12,81,74); }

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

border-color css

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

 span { border-color: rgb(12,81,74); }

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