Html Css Color HEX #155156 Cyprus

📋 copy color: '#155156'

red 21 ◦ green 81 ◦ blue 86

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

Shades of Cyprus #155156

Tints of Cyprus #155156

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

 BLUE value IS 86 (33.98% from 255) = 45.74%

R = 11.17%
G = 43.09%
B = 45.74%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#155156 (or 0x155156) is known color: Cyprus. HEX triplet: 15, 51 and 56. RGB value is (21,81,86). Sum of RGB (Red+Green+Blue) = 21+81+86=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #155156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155156 is #EAAEA9. Grayscale: #3F3F3F. Windows color (decimal): -15380138 or 5656853. OLE color: 5656853.

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

Color convert

RGB 21 81 86 -
CMYK 0.76 0.06 0 0.66
HSL 184.62º 0.61% 0.21% -
HSV(B) 184.62º 0.76% 0.34% -
XYZ 4.93 6.72 9.84 -
YUV 63.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 21 81 86 0.76 0.06 0 0.66 184.62 0.61 0.21
Hex 15 51 56 4C 6 0 42 B9 3D 15
Octal 25 121 126 114 6 0 102 271 75 25
Binary 10101 1010001 1010110 1001100 110 0 1000010 10111001 111101 10101

Color Harmonies of #155156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155156

Black with #155156

Text Example


Text Example

White with #155156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155156; }

 p { color: rgb(21,81,86); }

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

background-color css

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

 a { background-color: rgb(21,81,86); }

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

border-color css

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

 span { border-color: rgb(21,81,86); }

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