Html Css Color HEX #124843 Cyprus

📋 copy color: '#124843'

red 18 ◦ green 72 ◦ blue 67

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

Shades of Cyprus #124843

Tints of Cyprus #124843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 42.68%

R = 11.46%
G = 45.86%
B = 42.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#124843 (or 0x124843) is known color: Cyprus. HEX triplet: 12, 48 and 43. RGB value is (18,72,67). Sum of RGB (Red+Green+Blue) = 18+72+67=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #124843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124843 is #EDB7BC. Grayscale: #373737. Windows color (decimal): -15579069 or 4409362. OLE color: 4409362.

HSL color Cylindrical-coordinate representation of color #124843: hue angle of 174.44º 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 #124843 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 72 67 -
CMYK 0.75 0 0.07 0.72
HSL 174.44º 0.6% 0.18% -
HSV(B) 174.44º 0.75% 0.28% -
XYZ 3.58 5.17 6.12 -
YUV 55.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 18 72 67 0.75 0 0.07 0.72 174.44 0.6 0.18
Hex 12 48 43 4B 0 7 48 AE 3C 12
Octal 22 110 103 113 0 7 110 256 74 22
Binary 10010 1001000 1000011 1001011 0 111 1001000 10101110 111100 10010

Color Harmonies of #124843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124843

Black with #124843

Text Example


Text Example

White with #124843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124843; }

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

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

background-color css

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

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

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

border-color css

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

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

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