Html Css Color HEX #124F4B Cyprus

📋 copy color: '#124F4B'

red 18 ◦ green 79 ◦ blue 75

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

Shades of Cyprus #124F4B

Tints of Cyprus #124F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.6%

R = 10.47%
G = 45.93%
B = 43.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#124F4B (or 0x124F4B) is known color: Cyprus. HEX triplet: 12, 4F and 4B. RGB value is (18,79,75). Sum of RGB (Red+Green+Blue) = 18+79+75=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #124F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F4B is #EDB0B4. Grayscale: #3C3C3C. Windows color (decimal): -15577269 or 4935442. OLE color: 4935442.

HSL color Cylindrical-coordinate representation of color #124F4B: hue angle of 176.07º 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 #124F4B is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 79 75 -
CMYK 0.77 0 0.05 0.69
HSL 176.07º 0.63% 0.19% -
HSV(B) 176.07º 0.77% 0.31% -
XYZ 4.32 6.23 7.63 -
YUV 60.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 18 79 75 0.77 0 0.05 0.69 176.07 0.63 0.19
Hex 12 4F 4B 4D 0 5 45 B0 3F 13
Octal 22 117 113 115 0 5 105 260 77 23
Binary 10010 1001111 1001011 1001101 0 101 1000101 10110000 111111 10011

Color Harmonies of #124F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F4B

Black with #124F4B

Text Example


Text Example

White with #124F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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