Html Css Color HEX #135350 Cyprus

📋 copy color: '#135350'

red 19 ◦ green 83 ◦ blue 80

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

Shades of Cyprus #135350

Tints of Cyprus #135350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.6%

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

R = 10.44%
G = 45.6%
B = 43.96%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#135350 (or 0x135350) is known color: Cyprus. HEX triplet: 13, 53 and 50. RGB value is (19,83,80). Sum of RGB (Red+Green+Blue) = 19+83+80=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #135350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135350 is #ECACAF. Grayscale: #3F3F3F. Windows color (decimal): -15510704 or 5264147. OLE color: 5264147.

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

Color convert

RGB 19 83 80 -
CMYK 0.77 0 0.04 0.67
HSL 177.19º 0.63% 0.2% -
HSV(B) 177.19º 0.77% 0.33% -
XYZ 4.81 6.9 8.67 -
YUV 63.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 19 83 80 0.77 0 0.04 0.67 177.19 0.63 0.2
Hex 13 53 50 4D 0 4 43 B1 3F 14
Octal 23 123 120 115 0 4 103 261 77 24
Binary 10011 1010011 1010000 1001101 0 100 1000011 10110001 111111 10100

Color Harmonies of #135350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135350

Black with #135350

Text Example


Text Example

White with #135350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135350; }

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

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

background-color css

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

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

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

border-color css

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

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

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