Html Css Color HEX #124F4D Cyprus

📋 copy color: '#124F4D'

red 18 ◦ green 79 ◦ blue 77

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

Shades of Cyprus #124F4D

Tints of Cyprus #124F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 45.4%

 BLUE value IS 77 (30.47% from 255) = 44.25%

R = 10.34%
G = 45.4%
B = 44.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#124F4D (or 0x124F4D) is known color: Cyprus. HEX triplet: 12, 4F and 4D. RGB value is (18,79,77). Sum of RGB (Red+Green+Blue) = 18+79+77=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #124F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F4D is #EDB0B2. Grayscale: #3C3C3C. Windows color (decimal): -15577267 or 5066514. OLE color: 5066514.

HSL color Cylindrical-coordinate representation of color #124F4D: hue angle of 178.03º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F4D is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 79 77 -
CMYK 0.77 0 0.03 0.69
HSL 178.03º 0.63% 0.19% -
HSV(B) 178.03º 0.77% 0.31% -
XYZ 4.38 6.26 8 -
YUV 60.53 137.29 97.66 -
System Red Green Blue C M Y K H S L
Decimal 18 79 77 0.77 0 0.03 0.69 178.03 0.63 0.19
Hex 12 4F 4D 4D 0 3 45 B2 3F 13
Octal 22 117 115 115 0 3 105 262 77 23
Binary 10010 1001111 1001101 1001101 0 11 1000101 10110010 111111 10011

Color Harmonies of #124F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F4D

Black with #124F4D

Text Example


Text Example

White with #124F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,79,77); }

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

background-color css

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

 a { background-color: rgb(18,79,77); }

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

border-color css

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

 span { border-color: rgb(18,79,77); }

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