Html Css Color HEX #124847 Cyprus

📋 copy color: '#124847'

red 18 ◦ green 72 ◦ blue 71

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

Shades of Cyprus #124847

Tints of Cyprus #124847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.72%

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

R = 11.18%
G = 44.72%
B = 44.1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#124847 (or 0x124847) is known color: Cyprus. HEX triplet: 12, 48 and 47. RGB value is (18,72,71). Sum of RGB (Red+Green+Blue) = 18+72+71=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #124847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124847 is #EDB7B8. Grayscale: #373737. Windows color (decimal): -15579065 or 4671506. OLE color: 4671506.

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

Color convert

RGB 18 72 71 -
CMYK 0.75 0 0.01 0.72
HSL 178.89º 0.6% 0.18% -
HSV(B) 178.89º 0.75% 0.28% -
XYZ 3.7 5.22 6.77 -
YUV 55.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 18 72 71 0.75 0 0.01 0.72 178.89 0.6 0.18
Hex 12 48 47 4B 0 1 48 B3 3C 12
Octal 22 110 107 113 0 1 110 263 74 22
Binary 10010 1001000 1000111 1001011 0 1 1001000 10110011 111100 10010

Color Harmonies of #124847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124847

Black with #124847

Text Example


Text Example

White with #124847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124847; }

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

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

background-color css

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

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

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

border-color css

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

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

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