Html Css Color HEX #15524B Cyprus

📋 copy color: '#15524B'

red 21 ◦ green 82 ◦ blue 75

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

Shades of Cyprus #15524B

Tints of Cyprus #15524B

RGB

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

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

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

R = 11.8%
G = 46.07%
B = 42.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#15524B (or 0x15524B) is known color: Cyprus. HEX triplet: 15, 52 and 4B. RGB value is (21,82,75). Sum of RGB (Red+Green+Blue) = 21+82+75=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #15524B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15524B is #EAADB4. Grayscale: #3E3E3E. Windows color (decimal): -15379893 or 4936213. OLE color: 4936213.

HSL color Cylindrical-coordinate representation of color #15524B: hue angle of 173.11º 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 #15524B is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 82 75 -
CMYK 0.74 0 0.09 0.68
HSL 173.11º 0.59% 0.2% -
HSV(B) 173.11º 0.74% 0.32% -
XYZ 4.6 6.7 7.71 -
YUV 62.96 134.79 98.07 -
System Red Green Blue C M Y K H S L
Decimal 21 82 75 0.74 0 0.09 0.68 173.11 0.59 0.2
Hex 15 52 4B 4A 0 9 44 AD 3B 14
Octal 25 122 113 112 0 11 104 255 73 24
Binary 10101 1010010 1001011 1001010 0 1001 1000100 10101101 111011 10100

Color Harmonies of #15524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15524B

Black with #15524B

Text Example


Text Example

White with #15524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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