Html Css Color HEX #124842 Cyprus

📋 copy color: '#124842'

red 18 ◦ green 72 ◦ blue 66

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

Shades of Cyprus #124842

Tints of Cyprus #124842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 42.31%

R = 11.54%
G = 46.15%
B = 42.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#124842 (or 0x124842) is known color: Cyprus. HEX triplet: 12, 48 and 42. RGB value is (18,72,66). Sum of RGB (Red+Green+Blue) = 18+72+66=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #124842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124842 is #EDB7BD. Grayscale: #373737. Windows color (decimal): -15579070 or 4343826. OLE color: 4343826.

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

Color convert

RGB 18 72 66 -
CMYK 0.75 0 0.08 0.72
HSL 173.33º 0.6% 0.18% -
HSV(B) 173.33º 0.75% 0.28% -
XYZ 3.55 5.16 5.96 -
YUV 55.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 18 72 66 0.75 0 0.08 0.72 173.33 0.6 0.18
Hex 12 48 42 4B 0 8 48 AD 3C 12
Octal 22 110 102 113 0 10 110 255 74 22
Binary 10010 1001000 1000010 1001011 0 1000 1001000 10101101 111100 10010

Color Harmonies of #124842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124842

Black with #124842

Text Example


Text Example

White with #124842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124842; }

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

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

background-color css

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

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

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

border-color css

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

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

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