Html Css Color HEX #134F4F Cyprus

📋 copy color: '#134F4F'

red 19 ◦ green 79 ◦ blue 79

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

Shades of Cyprus #134F4F

Tints of Cyprus #134F4F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.63%

 BLUE value IS 79 (31.25% from 255) = 44.63%

R = 10.73%
G = 44.63%
B = 44.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#134F4F (or 0x134F4F) is known color: Cyprus. HEX triplet: 13, 4F and 4F. RGB value is (19,79,79). Sum of RGB (Red+Green+Blue) = 19+79+79=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: green, blue. Hex color #134F4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F4F is #ECB0B0. Grayscale: #3D3D3D. Windows color (decimal): -15511729 or 5197587. OLE color: 5197587.

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

Color convert

RGB 19 79 79 -
CMYK 0.76 0 0 0.69
HSL 180º 0.61% 0.19% -
HSV(B) 180º 0.76% 0.31% -
XYZ 4.48 6.29 8.38 -
YUV 61.06 138.12 98 -
System Red Green Blue C M Y K H S L
Decimal 19 79 79 0.76 0 0 0.69 180 0.61 0.19
Hex 13 4F 4F 4C 0 0 45 B4 3D 13
Octal 23 117 117 114 0 0 105 264 75 23
Binary 10011 1001111 1001111 1001100 0 0 1000101 10110100 111101 10011

Color Harmonies of #134F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F4F

Black with #134F4F

Text Example


Text Example

White with #134F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,79,79); }

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

background-color css

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

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

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

border-color css

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

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

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