Html Css Color HEX #175252 Cyprus

📋 copy color: '#175252'

red 23 ◦ green 82 ◦ blue 82

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

Shades of Cyprus #175252

Tints of Cyprus #175252

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.85%

 BLUE value IS 82 (32.42% from 255) = 43.85%

R = 12.3%
G = 43.85%
B = 43.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#175252 (or 0x175252) is known color: Cyprus. HEX triplet: 17, 52 and 52. RGB value is (23,82,82). Sum of RGB (Red+Green+Blue) = 23+82+82=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #175252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175252 is #E8ADAD. Grayscale: #404040. Windows color (decimal): -15248814 or 5394967. OLE color: 5394967.

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

Color convert

RGB 23 82 82 -
CMYK 0.72 0 0 0.68
HSL 180º 0.56% 0.21% -
HSV(B) 180º 0.72% 0.32% -
XYZ 4.89 6.83 9.04 -
YUV 64.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 23 82 82 0.72 0 0 0.68 180 0.56 0.21
Hex 17 52 52 48 0 0 44 B4 38 15
Octal 27 122 122 110 0 0 104 264 70 25
Binary 10111 1010010 1010010 1001000 0 0 1000100 10110100 111000 10101

Color Harmonies of #175252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175252

Black with #175252

Text Example


Text Example

White with #175252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175252; }

 p { color: rgb(23,82,82); }

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

background-color css

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

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

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

border-color css

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

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

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