Html Css Color HEX #175350 Cyprus

📋 copy color: '#175350'

red 23 ◦ green 83 ◦ blue 80

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

Shades of Cyprus #175350

Tints of Cyprus #175350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.62%

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

R = 12.37%
G = 44.62%
B = 43.01%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#175350 (or 0x175350) is known color: Cyprus. HEX triplet: 17, 53 and 50. RGB value is (23,83,80). Sum of RGB (Red+Green+Blue) = 23+83+80=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #175350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175350 is #E8ACAF. Grayscale: #404040. Windows color (decimal): -15248560 or 5264151. OLE color: 5264151.

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

Color convert

RGB 23 83 80 -
CMYK 0.72 0 0.04 0.67
HSL 177º 0.57% 0.21% -
HSV(B) 177º 0.72% 0.33% -
XYZ 4.89 6.95 8.67 -
YUV 64.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 23 83 80 0.72 0 0.04 0.67 177 0.57 0.21
Hex 17 53 50 48 0 4 43 B1 39 15
Octal 27 123 120 110 0 4 103 261 71 25
Binary 10111 1010011 1010000 1001000 0 100 1000011 10110001 111001 10101

Color Harmonies of #175350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175350

Black with #175350

Text Example


Text Example

White with #175350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175350; }

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

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

background-color css

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

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

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

border-color css

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

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

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