Html Css Color HEX #124B51 Cyprus

📋 copy color: '#124B51'

red 18 ◦ green 75 ◦ blue 81

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

Shades of Cyprus #124B51

Tints of Cyprus #124B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 46.55%

R = 10.34%
G = 43.1%
B = 46.55%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#124B51 (or 0x124B51) is known color: Cyprus. HEX triplet: 12, 4B and 51. RGB value is (18,75,81). Sum of RGB (Red+Green+Blue) = 18+75+81=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #124B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B51 is #EDB4AE. Grayscale: #3A3A3A. Windows color (decimal): -15578287 or 5327634. OLE color: 5327634.

HSL color Cylindrical-coordinate representation of color #124B51: hue angle of 185.71º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124B51 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 75 81 -
CMYK 0.78 0.07 0 0.68
HSL 185.71º 0.64% 0.19% -
HSV(B) 185.71º 0.78% 0.32% -
XYZ 4.25 5.75 8.67 -
YUV 58.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 18 75 81 0.78 0.07 0 0.68 185.71 0.64 0.19
Hex 12 4B 51 4E 7 0 44 BA 40 13
Octal 22 113 121 116 7 0 104 272 100 23
Binary 10010 1001011 1010001 1001110 111 0 1000100 10111010 1000000 10011

Color Harmonies of #124B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B51

Black with #124B51

Text Example


Text Example

White with #124B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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