Html Css Color HEX #124743 Cyprus

📋 copy color: '#124743'

red 18 ◦ green 71 ◦ blue 67

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

Shades of Cyprus #124743

Tints of Cyprus #124743

RGB

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

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

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

R = 11.54%
G = 45.51%
B = 42.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#124743 (or 0x124743) is known color: Cyprus. HEX triplet: 12, 47 and 43. RGB value is (18,71,67). Sum of RGB (Red+Green+Blue) = 18+71+67=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #124743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124743 is #EDB8BC. Grayscale: #363636. Windows color (decimal): -15579325 or 4409106. OLE color: 4409106.

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

Color convert

RGB 18 71 67 -
CMYK 0.75 0 0.06 0.72
HSL 175.47º 0.6% 0.17% -
HSV(B) 175.47º 0.75% 0.28% -
XYZ 3.52 5.04 6.1 -
YUV 54.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 18 71 67 0.75 0 0.06 0.72 175.47 0.6 0.17
Hex 12 47 43 4B 0 6 48 AF 3C 11
Octal 22 107 103 113 0 6 110 257 74 21
Binary 10010 1000111 1000011 1001011 0 110 1001000 10101111 111100 10001

Color Harmonies of #124743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124743

Black with #124743

Text Example


Text Example

White with #124743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124743; }

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

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

background-color css

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

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

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

border-color css

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

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

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