Html Css Color HEX #12474C Cyprus

📋 copy color: '#12474C'

red 18 ◦ green 71 ◦ blue 76

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

Shades of Cyprus #12474C

Tints of Cyprus #12474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.06%

R = 10.91%
G = 43.03%
B = 46.06%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12474C (or 0x12474C) is known color: Cyprus. HEX triplet: 12, 47 and 4C. RGB value is (18,71,76). Sum of RGB (Red+Green+Blue) = 18+71+76=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #12474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12474C is #EDB8B3. Grayscale: #373737. Windows color (decimal): -15579316 or 4998930. OLE color: 4998930.

HSL color Cylindrical-coordinate representation of color #12474C: hue angle of 185.17º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12474C is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 71 76 -
CMYK 0.76 0.07 0 0.70
HSL 185.17º 0.62% 0.18% -
HSV(B) 185.17º 0.76% 0.3% -
XYZ 3.81 5.16 7.63 -
YUV 55.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 18 71 76 0.76 0.07 0 0.70 185.17 0.62 0.18
Hex 12 47 4C 4C 7 0 46 B9 3E 12
Octal 22 107 114 114 7 0 106 271 76 22
Binary 10010 1000111 1001100 1001100 111 0 1000110 10111001 111110 10010

Color Harmonies of #12474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12474C

Black with #12474C

Text Example


Text Example

White with #12474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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