Html Css Color HEX #124B50 Cyprus

📋 copy color: '#124B50'

red 18 ◦ green 75 ◦ blue 80

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

Shades of Cyprus #124B50

Tints of Cyprus #124B50

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.35%

 BLUE value IS 80 (31.64% from 255) = 46.24%

R = 10.4%
G = 43.35%
B = 46.24%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#124B50 (or 0x124B50) is known color: Cyprus. HEX triplet: 12, 4B and 50. RGB value is (18,75,80). Sum of RGB (Red+Green+Blue) = 18+75+80=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #124B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B50 is #EDB4AF. Grayscale: #3A3A3A. Windows color (decimal): -15578288 or 5262098. OLE color: 5262098.

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

Color convert

RGB 18 75 80 -
CMYK 0.78 0.06 0 0.69
HSL 184.84º 0.63% 0.19% -
HSV(B) 184.84º 0.78% 0.31% -
XYZ 4.21 5.74 8.48 -
YUV 58.53 140.12 99.09 -
System Red Green Blue C M Y K H S L
Decimal 18 75 80 0.78 0.06 0 0.69 184.84 0.63 0.19
Hex 12 4B 50 4E 6 0 45 B9 3F 13
Octal 22 113 120 116 6 0 105 271 77 23
Binary 10010 1001011 1010000 1001110 110 0 1000101 10111001 111111 10011

Color Harmonies of #124B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B50

Black with #124B50

Text Example


Text Example

White with #124B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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