Html Css Color HEX #12474A Cyprus

📋 copy color: '#12474A'

red 18 ◦ green 71 ◦ blue 74

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

Shades of Cyprus #12474A

Tints of Cyprus #12474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.56%

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

R = 11.04%
G = 43.56%
B = 45.4%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12474A (or 0x12474A) is known color: Cyprus. HEX triplet: 12, 47 and 4A. RGB value is (18,71,74). Sum of RGB (Red+Green+Blue) = 18+71+74=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #12474A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12474A is #EDB8B5. Grayscale: #373737. Windows color (decimal): -15579318 or 4867858. OLE color: 4867858.

HSL color Cylindrical-coordinate representation of color #12474A: hue angle of 183.21º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12474A is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 71 74 -
CMYK 0.76 0.04 0 0.71
HSL 183.21º 0.61% 0.18% -
HSV(B) 183.21º 0.76% 0.29% -
XYZ 3.74 5.13 7.27 -
YUV 55.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 18 71 74 0.76 0.04 0 0.71 183.21 0.61 0.18
Hex 12 47 4A 4C 4 0 47 B7 3D 12
Octal 22 107 112 114 4 0 107 267 75 22
Binary 10010 1000111 1001010 1001100 100 0 1000111 10110111 111101 10010

Color Harmonies of #12474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12474A

Black with #12474A

Text Example


Text Example

White with #12474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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