Html Css Color HEX #155550 Cyprus

📋 copy color: '#155550'

red 21 ◦ green 85 ◦ blue 80

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

Shades of Cyprus #155550

Tints of Cyprus #155550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.7%

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

R = 11.29%
G = 45.7%
B = 43.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#155550 (or 0x155550) is known color: Cyprus. HEX triplet: 15, 55 and 50. RGB value is (21,85,80). Sum of RGB (Red+Green+Blue) = 21+85+80=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #155550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155550 is #EAAAAF. Grayscale: #414141. Windows color (decimal): -15379120 or 5264661. OLE color: 5264661.

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

Color convert

RGB 21 85 80 -
CMYK 0.75 0 0.06 0.67
HSL 175.31º 0.6% 0.21% -
HSV(B) 175.31º 0.75% 0.33% -
XYZ 5.01 7.24 8.72 -
YUV 65.29 136.3 96.41 -
System Red Green Blue C M Y K H S L
Decimal 21 85 80 0.75 0 0.06 0.67 175.31 0.6 0.21
Hex 15 55 50 4B 0 6 43 AF 3C 15
Octal 25 125 120 113 0 6 103 257 74 25
Binary 10101 1010101 1010000 1001011 0 110 1000011 10101111 111100 10101

Color Harmonies of #155550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155550

Black with #155550

Text Example


Text Example

White with #155550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155550; }

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

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

background-color css

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

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

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

border-color css

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

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

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