Html Css Color HEX #124647 Cyprus

📋 copy color: '#124647'

red 18 ◦ green 70 ◦ blue 71

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

Shades of Cyprus #124647

Tints of Cyprus #124647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.03%

 BLUE value IS 71 (28.13% from 255) = 44.65%

R = 11.32%
G = 44.03%
B = 44.65%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#124647 (or 0x124647) is known color: Cyprus. HEX triplet: 12, 46 and 47. RGB value is (18,70,71). Sum of RGB (Red+Green+Blue) = 18+70+71=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #124647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124647 is #EDB9B8. Grayscale: #363636. Windows color (decimal): -15579577 or 4670994. OLE color: 4670994.

HSL color Cylindrical-coordinate representation of color #124647: hue angle of 181.13º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124647 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 70 71 -
CMYK 0.75 0.01 0 0.72
HSL 181.13º 0.6% 0.17% -
HSV(B) 181.13º 0.75% 0.28% -
XYZ 3.58 4.96 6.73 -
YUV 54.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 18 70 71 0.75 0.01 0 0.72 181.13 0.6 0.17
Hex 12 46 47 4B 1 0 48 B5 3C 11
Octal 22 106 107 113 1 0 110 265 74 21
Binary 10010 1000110 1000111 1001011 1 0 1001000 10110101 111100 10001

Color Harmonies of #124647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124647

Black with #124647

Text Example


Text Example

White with #124647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124647; }

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

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

background-color css

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

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

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

border-color css

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

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

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