Html Css Color HEX #15534F Cyprus

📋 copy color: '#15534F'

red 21 ◦ green 83 ◦ blue 79

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

Shades of Cyprus #15534F

Tints of Cyprus #15534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.36%

 BLUE value IS 79 (31.25% from 255) = 43.17%

R = 11.48%
G = 45.36%
B = 43.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#15534F (or 0x15534F) is known color: Cyprus. HEX triplet: 15, 53 and 4F. RGB value is (21,83,79). Sum of RGB (Red+Green+Blue) = 21+83+79=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #15534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15534F is #EAACB0. Grayscale: #3F3F3F. Windows color (decimal): -15379633 or 5198613. OLE color: 5198613.

HSL color Cylindrical-coordinate representation of color #15534F: hue angle of 176.13º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #15534F is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 83 79 -
CMYK 0.75 0 0.05 0.67
HSL 176.13º 0.6% 0.2% -
HSV(B) 176.13º 0.75% 0.33% -
XYZ 4.81 6.91 8.48 -
YUV 64.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 21 83 79 0.75 0 0.05 0.67 176.13 0.6 0.2
Hex 15 53 4F 4B 0 5 43 B0 3C 14
Octal 25 123 117 113 0 5 103 260 74 24
Binary 10101 1010011 1001111 1001011 0 101 1000011 10110000 111100 10100

Color Harmonies of #15534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15534F

Black with #15534F

Text Example


Text Example

White with #15534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15534F; }

 p { color: rgb(21,83,79); }

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

background-color css

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

 a { background-color: rgb(21,83,79); }

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

border-color css

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

 span { border-color: rgb(21,83,79); }

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