Html Css Color HEX #12564A Cyprus

📋 copy color: '#12564A'

red 18 ◦ green 86 ◦ blue 74

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

Shades of Cyprus #12564A

Tints of Cyprus #12564A

RGB

 RED value IS 18 (7.42% from 255) = 10.11%

 GREEN value IS 86 (33.98% from 255) = 48.31%

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

R = 10.11%
G = 48.31%
B = 41.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#12564A (or 0x12564A) is known color: Cyprus. HEX triplet: 12, 56 and 4A. RGB value is (18,86,74). Sum of RGB (Red+Green+Blue) = 18+86+74=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #12564A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12564A is #EDA9B5. Grayscale: #404040. Windows color (decimal): -15575478 or 4871698. OLE color: 4871698.

HSL color Cylindrical-coordinate representation of color #12564A: hue angle of 169.41º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12564A is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 74 -
CMYK 0.79 0 0.14 0.66
HSL 169.41º 0.65% 0.2% -
HSV(B) 169.41º 0.79% 0.34% -
XYZ 4.81 7.28 7.63 -
YUV 64.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 18 86 74 0.79 0 0.14 0.66 169.41 0.65 0.2
Hex 12 56 4A 4F 0 E 42 A9 41 14
Octal 22 126 112 117 0 16 102 251 101 24
Binary 10010 1010110 1001010 1001111 0 1110 1000010 10101001 1000001 10100

Color Harmonies of #12564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12564A

Black with #12564A

Text Example


Text Example

White with #12564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12564A; }

 p { color: rgb(18,86,74); }

 H1.HeaderClassName
 {
   color: #12564A;
 }
 .AnyTagClassName
 {
   color: #12564A;
 }
</style>

background-color css

<style>
 a { background-color: #12564A; }

 a { background-color: rgb(18,86,74); }

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

border-color css

<style>
 span { border-color: #12564A; }

 span { border-color: rgb(18,86,74); }

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