Html Css Color HEX #124C47 Cyprus

📋 copy color: '#124C47'

red 18 ◦ green 76 ◦ blue 71

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

Shades of Cyprus #124C47

Tints of Cyprus #124C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.06%

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

R = 10.91%
G = 46.06%
B = 43.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#124C47 (or 0x124C47) is known color: Cyprus. HEX triplet: 12, 4C and 47. RGB value is (18,76,71). Sum of RGB (Red+Green+Blue) = 18+76+71=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 76 - color contains mainly: green. Hex color #124C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C47 is #EDB3B8. Grayscale: #3A3A3A. Windows color (decimal): -15578041 or 4672530. OLE color: 4672530.

HSL color Cylindrical-coordinate representation of color #124C47: hue angle of 174.83º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C47 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 76 71 -
CMYK 0.76 0 0.07 0.70
HSL 174.83º 0.62% 0.18% -
HSV(B) 174.83º 0.76% 0.3% -
XYZ 3.97 5.75 6.86 -
YUV 58.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 18 76 71 0.76 0 0.07 0.70 174.83 0.62 0.18
Hex 12 4C 47 4C 0 7 46 AF 3E 12
Octal 22 114 107 114 0 7 106 257 76 22
Binary 10010 1001100 1000111 1001100 0 111 1000110 10101111 111110 10010

Color Harmonies of #124C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C47

Black with #124C47

Text Example


Text Example

White with #124C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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