Html Css Color HEX #135650 Cyprus

📋 copy color: '#135650'

red 19 ◦ green 86 ◦ blue 80

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

Shades of Cyprus #135650

Tints of Cyprus #135650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.49%

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

R = 10.27%
G = 46.49%
B = 43.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#135650 (or 0x135650) is known color: Cyprus. HEX triplet: 13, 56 and 50. RGB value is (19,86,80). Sum of RGB (Red+Green+Blue) = 19+86+80=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #135650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135650 is #ECA9AF. Grayscale: #414141. Windows color (decimal): -15509936 or 5264915. OLE color: 5264915.

HSL color Cylindrical-coordinate representation of color #135650: hue angle of 174.63º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135650 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 86 80 -
CMYK 0.78 0 0.07 0.66
HSL 174.63º 0.64% 0.21% -
HSV(B) 174.63º 0.78% 0.34% -
XYZ 5.04 7.37 8.75 -
YUV 65.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 19 86 80 0.78 0 0.07 0.66 174.63 0.64 0.21
Hex 13 56 50 4E 0 7 42 AF 40 15
Octal 23 126 120 116 0 7 102 257 100 25
Binary 10011 1010110 1010000 1001110 0 111 1000010 10101111 1000000 10101

Color Harmonies of #135650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135650

Black with #135650

Text Example


Text Example

White with #135650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135650; }

 p { color: rgb(19,86,80); }

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

background-color css

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

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

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

border-color css

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

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

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