Html Css Color HEX #165550 Cyprus

📋 copy color: '#165550'

red 22 ◦ green 85 ◦ blue 80

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

Shades of Cyprus #165550

Tints of Cyprus #165550

RGB

 RED value IS 22 (8.98% from 255) = 11.76%

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

 BLUE value IS 80 (31.64% from 255) = 42.78%

R = 11.76%
G = 45.45%
B = 42.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#165550 (or 0x165550) is known color: Cyprus. HEX triplet: 16, 55 and 50. RGB value is (22,85,80). Sum of RGB (Red+Green+Blue) = 22+85+80=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #165550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165550 is #E9AAAF. Grayscale: #414141. Windows color (decimal): -15313584 or 5264662. OLE color: 5264662.

HSL color Cylindrical-coordinate representation of color #165550: hue angle of 175.24º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165550 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 85 80 -
CMYK 0.74 0 0.06 0.67
HSL 175.24º 0.59% 0.21% -
HSV(B) 175.24º 0.74% 0.33% -
XYZ 5.03 7.25 8.72 -
YUV 65.59 136.13 96.91 -
System Red Green Blue C M Y K H S L
Decimal 22 85 80 0.74 0 0.06 0.67 175.24 0.59 0.21
Hex 16 55 50 4A 0 6 43 AF 3B 15
Octal 26 125 120 112 0 6 103 257 73 25
Binary 10110 1010101 1010000 1001010 0 110 1000011 10101111 111011 10101

Color Harmonies of #165550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165550

Black with #165550

Text Example


Text Example

White with #165550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165550; }

 p { color: rgb(22,85,80); }

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

background-color css

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

 a { background-color: rgb(22,85,80); }

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

border-color css

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

 span { border-color: rgb(22,85,80); }

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