Html Css Color HEX #155552 Cyprus

📋 copy color: '#155552'

red 21 ◦ green 85 ◦ blue 82

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

Shades of Cyprus #155552

Tints of Cyprus #155552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 43.62%

R = 11.17%
G = 45.21%
B = 43.62%

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

#155552 (or 0x155552) is known color: Cyprus. HEX triplet: 15, 55 and 52. RGB value is (21,85,82). Sum of RGB (Red+Green+Blue) = 21+85+82=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #155552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155552 is #EAAAAD. Grayscale: #414141. Windows color (decimal): -15379118 or 5395733. OLE color: 5395733.

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

Color convert

RGB 21 85 82 -
CMYK 0.75 0 0.04 0.67
HSL 177.19º 0.6% 0.21% -
HSV(B) 177.19º 0.75% 0.33% -
XYZ 5.08 7.27 9.12 -
YUV 65.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 21 85 82 0.75 0 0.04 0.67 177.19 0.6 0.21
Hex 15 55 52 4B 0 4 43 B1 3C 15
Octal 25 125 122 113 0 4 103 261 74 25
Binary 10101 1010101 1010010 1001011 0 100 1000011 10110001 111100 10101

Color Harmonies of #155552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155552

Black with #155552

Text Example


Text Example

White with #155552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155552; }

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

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

background-color css

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

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

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

border-color css

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

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

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