Html Css Color HEX #15554A Cyprus

📋 copy color: '#15554A'

red 21 ◦ green 85 ◦ blue 74

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

Shades of Cyprus #15554A

Tints of Cyprus #15554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.11%

R = 11.67%
G = 47.22%
B = 41.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#15554A (or 0x15554A) is known color: Cyprus. HEX triplet: 15, 55 and 4A. RGB value is (21,85,74). Sum of RGB (Red+Green+Blue) = 21+85+74=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #15554A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15554A is #EAAAB5. Grayscale: #404040. Windows color (decimal): -15379126 or 4871445. OLE color: 4871445.

HSL color Cylindrical-coordinate representation of color #15554A: hue angle of 169.69º 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 #15554A is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 85 74 -
CMYK 0.75 0 0.13 0.67
HSL 169.69º 0.6% 0.21% -
HSV(B) 169.69º 0.75% 0.33% -
XYZ 4.79 7.15 7.61 -
YUV 64.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 21 85 74 0.75 0 0.13 0.67 169.69 0.6 0.21
Hex 15 55 4A 4B 0 D 43 AA 3C 15
Octal 25 125 112 113 0 15 103 252 74 25
Binary 10101 1010101 1001010 1001011 0 1101 1000011 10101010 111100 10101

Color Harmonies of #15554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15554A

Black with #15554A

Text Example


Text Example

White with #15554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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