Html Css Color HEX #175550 Cyprus

📋 copy color: '#175550'

red 23 ◦ green 85 ◦ blue 80

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

Shades of Cyprus #175550

Tints of Cyprus #175550

RGB

 RED value IS 23 (9.38% from 255) = 12.23%

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

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

R = 12.23%
G = 45.21%
B = 42.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#175550 (or 0x175550) is known color: Cyprus. HEX triplet: 17, 55 and 50. RGB value is (23,85,80). Sum of RGB (Red+Green+Blue) = 23+85+80=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #175550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175550 is #E8AAAF. Grayscale: #414141. Windows color (decimal): -15248048 or 5264663. OLE color: 5264663.

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

Color convert

RGB 23 85 80 -
CMYK 0.73 0 0.06 0.67
HSL 175.16º 0.57% 0.21% -
HSV(B) 175.16º 0.73% 0.33% -
XYZ 5.05 7.26 8.72 -
YUV 65.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 23 85 80 0.73 0 0.06 0.67 175.16 0.57 0.21
Hex 17 55 50 49 0 6 43 AF 39 15
Octal 27 125 120 111 0 6 103 257 71 25
Binary 10111 1010101 1010000 1001001 0 110 1000011 10101111 111001 10101

Color Harmonies of #175550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175550

Black with #175550

Text Example


Text Example

White with #175550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175550; }

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

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

background-color css

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

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

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

border-color css

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

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

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