Html Css Color HEX #125046 Cyprus

📋 copy color: '#125046'

red 18 ◦ green 80 ◦ blue 70

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

Shades of Cyprus #125046

Tints of Cyprus #125046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.62%

 BLUE value IS 70 (27.73% from 255) = 41.67%

R = 10.71%
G = 47.62%
B = 41.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#125046 (or 0x125046) is known color: Cyprus. HEX triplet: 12, 50 and 46. RGB value is (18,80,70). Sum of RGB (Red+Green+Blue) = 18+80+70=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #125046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125046 is #EDAFB9. Grayscale: #3C3C3C. Windows color (decimal): -15577018 or 4608018. OLE color: 4608018.

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

Color convert

RGB 18 80 70 -
CMYK 0.78 0 0.12 0.69
HSL 170.32º 0.63% 0.19% -
HSV(B) 170.32º 0.78% 0.31% -
XYZ 4.22 6.31 6.79 -
YUV 60.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 18 80 70 0.78 0 0.12 0.69 170.32 0.63 0.19
Hex 12 50 46 4E 0 C 45 AA 3F 13
Octal 22 120 106 116 0 14 105 252 77 23
Binary 10010 1010000 1000110 1001110 0 1100 1000101 10101010 111111 10011

Color Harmonies of #125046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125046

Black with #125046

Text Example


Text Example

White with #125046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125046; }

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

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

background-color css

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

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

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

border-color css

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

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

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