Html Css Color HEX #125450 Cyprus

📋 copy color: '#125450'

red 18 ◦ green 84 ◦ blue 80

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

Shades of Cyprus #125450

Tints of Cyprus #125450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.15%

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

R = 9.89%
G = 46.15%
B = 43.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#125450 (or 0x125450) is known color: Cyprus. HEX triplet: 12, 54 and 50. RGB value is (18,84,80). Sum of RGB (Red+Green+Blue) = 18+84+80=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #125450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125450 is #EDABAF. Grayscale: #3F3F3F. Windows color (decimal): -15575984 or 5264402. OLE color: 5264402.

HSL color Cylindrical-coordinate representation of color #125450: hue angle of 176.36º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125450 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 84 80 -
CMYK 0.79 0 0.05 0.67
HSL 176.36º 0.65% 0.2% -
HSV(B) 176.36º 0.79% 0.33% -
XYZ 4.87 7.05 8.69 -
YUV 63.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 18 84 80 0.79 0 0.05 0.67 176.36 0.65 0.2
Hex 12 54 50 4F 0 5 43 B0 41 14
Octal 22 124 120 117 0 5 103 260 101 24
Binary 10010 1010100 1010000 1001111 0 101 1000011 10110000 1000001 10100

Color Harmonies of #125450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125450

Black with #125450

Text Example


Text Example

White with #125450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125450; }

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

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

background-color css

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

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

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

border-color css

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

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

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