Html Css Color HEX #15554F Cyprus

📋 copy color: '#15554F'

red 21 ◦ green 85 ◦ blue 79

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

Shades of Cyprus #15554F

Tints of Cyprus #15554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.95%

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

R = 11.35%
G = 45.95%
B = 42.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#15554F (or 0x15554F) is known color: Cyprus. HEX triplet: 15, 55 and 4F. RGB value is (21,85,79). Sum of RGB (Red+Green+Blue) = 21+85+79=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #15554F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15554F is #EAAAB0. Grayscale: #414141. Windows color (decimal): -15379121 or 5199125. OLE color: 5199125.

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

Color convert

RGB 21 85 79 -
CMYK 0.75 0 0.07 0.67
HSL 174.38º 0.6% 0.21% -
HSV(B) 174.38º 0.75% 0.33% -
XYZ 4.97 7.22 8.53 -
YUV 65.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 21 85 79 0.75 0 0.07 0.67 174.38 0.6 0.21
Hex 15 55 4F 4B 0 7 43 AE 3C 15
Octal 25 125 117 113 0 7 103 256 74 25
Binary 10101 1010101 1001111 1001011 0 111 1000011 10101110 111100 10101

Color Harmonies of #15554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15554F

Black with #15554F

Text Example


Text Example

White with #15554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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