Html Css Color HEX #12564B Cyprus

📋 copy color: '#12564B'

red 18 ◦ green 86 ◦ blue 75

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

Shades of Cyprus #12564B

Tints of Cyprus #12564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.9%

R = 10.06%
G = 48.04%
B = 41.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#12564B (or 0x12564B) is known color: Cyprus. HEX triplet: 12, 56 and 4B. RGB value is (18,86,75). Sum of RGB (Red+Green+Blue) = 18+86+75=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #12564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12564B is #EDA9B4. Grayscale: #404040. Windows color (decimal): -15575477 or 4937234. OLE color: 4937234.

HSL color Cylindrical-coordinate representation of color #12564B: hue angle of 170.29º 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 #12564B is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 75 -
CMYK 0.79 0 0.13 0.66
HSL 170.29º 0.65% 0.2% -
HSV(B) 170.29º 0.79% 0.34% -
XYZ 4.85 7.29 7.81 -
YUV 64.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 18 86 75 0.79 0 0.13 0.66 170.29 0.65 0.2
Hex 12 56 4B 4F 0 D 42 AA 41 14
Octal 22 126 113 117 0 15 102 252 101 24
Binary 10010 1010110 1001011 1001111 0 1101 1000010 10101010 1000001 10100

Color Harmonies of #12564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12564B

Black with #12564B

Text Example


Text Example

White with #12564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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