Html Css Color HEX #175150 Cyprus

📋 copy color: '#175150'

red 23 ◦ green 81 ◦ blue 80

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

Shades of Cyprus #175150

Tints of Cyprus #175150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.02%

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

R = 12.5%
G = 44.02%
B = 43.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#175150 (or 0x175150) is known color: Cyprus. HEX triplet: 17, 51 and 50. RGB value is (23,81,80). Sum of RGB (Red+Green+Blue) = 23+81+80=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #175150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175150 is #E8AEAF. Grayscale: #3F3F3F. Windows color (decimal): -15249072 or 5263639. OLE color: 5263639.

HSL color Cylindrical-coordinate representation of color #175150: hue angle of 178.97º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175150 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 81 80 -
CMYK 0.72 0 0.01 0.68
HSL 178.97º 0.56% 0.2% -
HSV(B) 178.97º 0.72% 0.32% -
XYZ 4.74 6.65 8.62 -
YUV 63.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 23 81 80 0.72 0 0.01 0.68 178.97 0.56 0.2
Hex 17 51 50 48 0 1 44 B3 38 14
Octal 27 121 120 110 0 1 104 263 70 24
Binary 10111 1010001 1010000 1001000 0 1 1000100 10110011 111000 10100

Color Harmonies of #175150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175150

Black with #175150

Text Example


Text Example

White with #175150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175150; }

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

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

background-color css

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

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

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

border-color css

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

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

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