Html Css Color HEX #155350 Cyprus

📋 copy color: '#155350'

red 21 ◦ green 83 ◦ blue 80

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

Shades of Cyprus #155350

Tints of Cyprus #155350

RGB

 RED value IS 21 (8.59% from 255) = 11.41%

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

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

R = 11.41%
G = 45.11%
B = 43.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#155350 (or 0x155350) is known color: Cyprus. HEX triplet: 15, 53 and 50. RGB value is (21,83,80). Sum of RGB (Red+Green+Blue) = 21+83+80=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #155350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155350 is #EAACAF. Grayscale: #404040. Windows color (decimal): -15379632 or 5264149. OLE color: 5264149.

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

Color convert

RGB 21 83 80 -
CMYK 0.75 0 0.04 0.67
HSL 177.1º 0.6% 0.2% -
HSV(B) 177.1º 0.75% 0.33% -
XYZ 4.85 6.93 8.67 -
YUV 64.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 21 83 80 0.75 0 0.04 0.67 177.1 0.6 0.2
Hex 15 53 50 4B 0 4 43 B1 3C 14
Octal 25 123 120 113 0 4 103 261 74 24
Binary 10101 1010011 1010000 1001011 0 100 1000011 10110001 111100 10100

Color Harmonies of #155350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155350

Black with #155350

Text Example


Text Example

White with #155350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155350; }

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

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

background-color css

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

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

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

border-color css

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

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

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