Html Css Color HEX #15524D Cyprus

📋 copy color: '#15524D'

red 21 ◦ green 82 ◦ blue 77

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

Shades of Cyprus #15524D

Tints of Cyprus #15524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.56%

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

R = 11.67%
G = 45.56%
B = 42.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#15524D (or 0x15524D) is known color: Cyprus. HEX triplet: 15, 52 and 4D. RGB value is (21,82,77). Sum of RGB (Red+Green+Blue) = 21+82+77=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #15524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15524D is #EAADB2. Grayscale: #3F3F3F. Windows color (decimal): -15379891 or 5067285. OLE color: 5067285.

HSL color Cylindrical-coordinate representation of color #15524D: hue angle of 175.08º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15524D is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 82 77 -
CMYK 0.74 0 0.06 0.68
HSL 175.08º 0.59% 0.2% -
HSV(B) 175.08º 0.74% 0.32% -
XYZ 4.67 6.73 8.07 -
YUV 63.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 21 82 77 0.74 0 0.06 0.68 175.08 0.59 0.2
Hex 15 52 4D 4A 0 6 44 AF 3B 14
Octal 25 122 115 112 0 6 104 257 73 24
Binary 10101 1010010 1001101 1001010 0 110 1000100 10101111 111011 10100

Color Harmonies of #15524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15524D

Black with #15524D

Text Example


Text Example

White with #15524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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