Html Css Color HEX #124748 Cyprus

📋 copy color: '#124748'

red 18 ◦ green 71 ◦ blue 72

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

Shades of Cyprus #124748

Tints of Cyprus #124748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.1%

 BLUE value IS 72 (28.52% from 255) = 44.72%

R = 11.18%
G = 44.1%
B = 44.72%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#124748 (or 0x124748) is known color: Cyprus. HEX triplet: 12, 47 and 48. RGB value is (18,71,72). Sum of RGB (Red+Green+Blue) = 18+71+72=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #124748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124748 is #EDB8B7. Grayscale: #373737. Windows color (decimal): -15579320 or 4736786. OLE color: 4736786.

HSL color Cylindrical-coordinate representation of color #124748: hue angle of 181.11º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124748 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 71 72 -
CMYK 0.75 0.01 0 0.72
HSL 181.11º 0.6% 0.18% -
HSV(B) 181.11º 0.75% 0.28% -
XYZ 3.67 5.1 6.92 -
YUV 55.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 18 71 72 0.75 0.01 0 0.72 181.11 0.6 0.18
Hex 12 47 48 4B 1 0 48 B5 3C 12
Octal 22 107 110 113 1 0 110 265 74 22
Binary 10010 1000111 1001000 1001011 1 0 1001000 10110101 111100 10010

Color Harmonies of #124748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124748

Black with #124748

Text Example


Text Example

White with #124748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124748; }

 p { color: rgb(18,71,72); }

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

background-color css

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

 a { background-color: rgb(18,71,72); }

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

border-color css

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

 span { border-color: rgb(18,71,72); }

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