Html Css Color HEX #15504D Cyprus

📋 copy color: '#15504D'

red 21 ◦ green 80 ◦ blue 77

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

Shades of Cyprus #15504D

Tints of Cyprus #15504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.94%

 BLUE value IS 77 (30.47% from 255) = 43.26%

R = 11.8%
G = 44.94%
B = 43.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#15504D (or 0x15504D) is known color: Cyprus. HEX triplet: 15, 50 and 4D. RGB value is (21,80,77). Sum of RGB (Red+Green+Blue) = 21+80+77=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #15504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15504D is #EAAFB2. Grayscale: #3D3D3D. Windows color (decimal): -15380403 or 5066773. OLE color: 5066773.

HSL color Cylindrical-coordinate representation of color #15504D: hue angle of 176.95º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15504D is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 80 77 -
CMYK 0.74 0 0.04 0.69
HSL 176.95º 0.58% 0.2% -
HSV(B) 176.95º 0.74% 0.31% -
XYZ 4.52 6.43 8.02 -
YUV 62.02 136.45 98.74 -
System Red Green Blue C M Y K H S L
Decimal 21 80 77 0.74 0 0.04 0.69 176.95 0.58 0.2
Hex 15 50 4D 4A 0 4 45 B1 3A 14
Octal 25 120 115 112 0 4 105 261 72 24
Binary 10101 1010000 1001101 1001010 0 100 1000101 10110001 111010 10100

Color Harmonies of #15504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15504D

Black with #15504D

Text Example


Text Example

White with #15504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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