Html Css Color HEX #124B43 Cyprus

📋 copy color: '#124B43'

red 18 ◦ green 75 ◦ blue 67

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

Shades of Cyprus #124B43

Tints of Cyprus #124B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 41.88%

R = 11.25%
G = 46.88%
B = 41.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#124B43 (or 0x124B43) is known color: Cyprus. HEX triplet: 12, 4B and 43. RGB value is (18,75,67). Sum of RGB (Red+Green+Blue) = 18+75+67=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #124B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B43 is #EDB4BC. Grayscale: #393939. Windows color (decimal): -15578301 or 4410130. OLE color: 4410130.

HSL color Cylindrical-coordinate representation of color #124B43: hue angle of 171.58º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124B43 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 75 67 -
CMYK 0.76 0 0.11 0.71
HSL 171.58º 0.61% 0.18% -
HSV(B) 171.58º 0.76% 0.29% -
XYZ 3.78 5.57 6.19 -
YUV 57.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 18 75 67 0.76 0 0.11 0.71 171.58 0.61 0.18
Hex 12 4B 43 4C 0 B 47 AC 3D 12
Octal 22 113 103 114 0 13 107 254 75 22
Binary 10010 1001011 1000011 1001100 0 1011 1000111 10101100 111101 10010

Color Harmonies of #124B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B43

Black with #124B43

Text Example


Text Example

White with #124B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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