Html Css Color HEX #155155 Cyprus

📋 copy color: '#155155'

red 21 ◦ green 81 ◦ blue 85

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

Shades of Cyprus #155155

Tints of Cyprus #155155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.45%

R = 11.23%
G = 43.32%
B = 45.45%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#155155 (or 0x155155) is known color: Cyprus. HEX triplet: 15, 51 and 55. RGB value is (21,81,85). Sum of RGB (Red+Green+Blue) = 21+81+85=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #155155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155155 is #EAAEAA. Grayscale: #3F3F3F. Windows color (decimal): -15380139 or 5591317. OLE color: 5591317.

HSL color Cylindrical-coordinate representation of color #155155: hue angle of 183.75º 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 #155155 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 81 85 -
CMYK 0.75 0.05 0 0.67
HSL 183.75º 0.6% 0.21% -
HSV(B) 183.75º 0.75% 0.33% -
XYZ 4.89 6.7 9.63 -
YUV 63.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 21 81 85 0.75 0.05 0 0.67 183.75 0.6 0.21
Hex 15 51 55 4B 5 0 43 B8 3C 15
Octal 25 121 125 113 5 0 103 270 74 25
Binary 10101 1010001 1010101 1001011 101 0 1000011 10111000 111100 10101

Color Harmonies of #155155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155155

Black with #155155

Text Example


Text Example

White with #155155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155155; }

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

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

background-color css

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

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

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

border-color css

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

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

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