Html Css Color HEX #125750 Cyprus

📋 copy color: '#125750'

red 18 ◦ green 87 ◦ blue 80

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

Shades of Cyprus #125750

Tints of Cyprus #125750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 9.73%
G = 47.03%
B = 43.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#125750 (or 0x125750) is known color: Cyprus. HEX triplet: 12, 57 and 50. RGB value is (18,87,80). Sum of RGB (Red+Green+Blue) = 18+87+80=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 87 - color contains mainly: green. Hex color #125750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125750 is #EDA8AF. Grayscale: #414141. Windows color (decimal): -15575216 or 5265170. OLE color: 5265170.

HSL color Cylindrical-coordinate representation of color #125750: hue angle of 173.91º 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 #125750 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 80 -
CMYK 0.79 0 0.08 0.66
HSL 173.91º 0.66% 0.21% -
HSV(B) 173.91º 0.79% 0.34% -
XYZ 5.11 7.52 8.77 -
YUV 65.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 18 87 80 0.79 0 0.08 0.66 173.91 0.66 0.21
Hex 12 57 50 4F 0 8 42 AE 42 15
Octal 22 127 120 117 0 10 102 256 102 25
Binary 10010 1010111 1010000 1001111 0 1000 1000010 10101110 1000010 10101

Color Harmonies of #125750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125750

Black with #125750

Text Example


Text Example

White with #125750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125750; }

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

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

background-color css

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

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

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

border-color css

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

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

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