Html Css Color HEX #125749 Cyprus

📋 copy color: '#125749'

red 18 ◦ green 87 ◦ blue 73

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

Shades of Cyprus #125749

Tints of Cyprus #125749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.88%

 BLUE value IS 73 (28.91% from 255) = 41.01%

R = 10.11%
G = 48.88%
B = 41.01%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#125749 (or 0x125749) is known color: Cyprus. HEX triplet: 12, 57 and 49. RGB value is (18,87,73). Sum of RGB (Red+Green+Blue) = 18+87+73=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #125749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125749 is #EDA8B6. Grayscale: #404040. Windows color (decimal): -15575223 or 4806418. OLE color: 4806418.

HSL color Cylindrical-coordinate representation of color #125749: hue angle of 167.83º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125749 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 73 -
CMYK 0.79 0 0.16 0.66
HSL 167.83º 0.66% 0.21% -
HSV(B) 167.83º 0.79% 0.34% -
XYZ 4.86 7.43 7.48 -
YUV 64.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 18 87 73 0.79 0 0.16 0.66 167.83 0.66 0.21
Hex 12 57 49 4F 0 10 42 A8 42 15
Octal 22 127 111 117 0 20 102 250 102 25
Binary 10010 1010111 1001001 1001111 0 10000 1000010 10101000 1000010 10101

Color Harmonies of #125749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125749

Black with #125749

Text Example


Text Example

White with #125749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125749; }

 p { color: rgb(18,87,73); }

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

background-color css

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

 a { background-color: rgb(18,87,73); }

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

border-color css

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

 span { border-color: rgb(18,87,73); }

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