Html Css Color HEX #15564B Cyprus

📋 copy color: '#15564B'

red 21 ◦ green 86 ◦ blue 75

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

Shades of Cyprus #15564B

Tints of Cyprus #15564B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 47.25%

 BLUE value IS 75 (29.69% from 255) = 41.21%

R = 11.54%
G = 47.25%
B = 41.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#15564B (or 0x15564B) is known color: Cyprus. HEX triplet: 15, 56 and 4B. RGB value is (21,86,75). Sum of RGB (Red+Green+Blue) = 21+86+75=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #15564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15564B is #EAA9B4. Grayscale: #414141. Windows color (decimal): -15378869 or 4937237. OLE color: 4937237.

HSL color Cylindrical-coordinate representation of color #15564B: hue angle of 169.85º 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 #15564B is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 86 75 -
CMYK 0.76 0 0.13 0.66
HSL 169.85º 0.61% 0.21% -
HSV(B) 169.85º 0.76% 0.34% -
XYZ 4.91 7.32 7.81 -
YUV 65.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 21 86 75 0.76 0 0.13 0.66 169.85 0.61 0.21
Hex 15 56 4B 4C 0 D 42 AA 3D 15
Octal 25 126 113 114 0 15 102 252 75 25
Binary 10101 1010110 1001011 1001100 0 1101 1000010 10101010 111101 10101

Color Harmonies of #15564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15564B

Black with #15564B

Text Example


Text Example

White with #15564B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15564B; }

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

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

background-color css

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

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

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

border-color css

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

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

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