Html Css Color HEX #134D4E Cyprus

📋 copy color: '#134D4E'

red 19 ◦ green 77 ◦ blue 78

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

Shades of Cyprus #134D4E

Tints of Cyprus #134D4E

RGB

 RED value IS 19 (7.81% from 255) = 10.92%

 GREEN value IS 77 (30.47% from 255) = 44.25%

 BLUE value IS 78 (30.86% from 255) = 44.83%

R = 10.92%
G = 44.25%
B = 44.83%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#134D4E (or 0x134D4E) is known color: Cyprus. HEX triplet: 13, 4D and 4E. RGB value is (19,77,78). Sum of RGB (Red+Green+Blue) = 19+77+78=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #134D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D4E is #ECB2B1. Grayscale: #3B3B3B. Windows color (decimal): -15512242 or 5131539. OLE color: 5131539.

HSL color Cylindrical-coordinate representation of color #134D4E: hue angle of 181.02º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134D4E is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 77 78 -
CMYK 0.76 0.01 0 0.69
HSL 181.02º 0.61% 0.19% -
HSV(B) 181.02º 0.76% 0.31% -
XYZ 4.3 6 8.14 -
YUV 59.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 19 77 78 0.76 0.01 0 0.69 181.02 0.61 0.19
Hex 13 4D 4E 4C 1 0 45 B5 3D 13
Octal 23 115 116 114 1 0 105 265 75 23
Binary 10011 1001101 1001110 1001100 1 0 1000101 10110101 111101 10011

Color Harmonies of #134D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D4E

Black with #134D4E

Text Example


Text Example

White with #134D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134D4E; }

 p { color: rgb(19,77,78); }

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

background-color css

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

 a { background-color: rgb(19,77,78); }

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

border-color css

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

 span { border-color: rgb(19,77,78); }

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