Html Css Color HEX #17997D Free Speech Aquamarine

📋 copy color: '#17997D'

red 23 ◦ green 153 ◦ blue 125

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

Shades of Free Speech Aquamarine #17997D

Tints of Free Speech Aquamarine #17997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.83%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 7.64%
G = 50.83%
B = 41.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#17997D (or 0x17997D) is known color: Free Speech Aquamarine. HEX triplet: 17, 99 and 7D. RGB value is (23,153,125). Sum of RGB (Red+Green+Blue) = 23+153+125=301 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.64% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #17997D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17997D is #E86682. Grayscale: #6E6E6E. Windows color (decimal): -15230595 or 8231191. OLE color: 8231191.

HSL color Cylindrical-coordinate representation of color #17997D: hue angle of 167.08º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17997D is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 23 153 125 -
CMYK 0.85 0 0.18 0.4
HSL 167.08º 0.74% 0.35% -
HSV(B) 167.08º 0.85% 0.6% -
XYZ 15.45 24.45 23.31 -
YUV 110.94 135.93 65.28 -
System Red Green Blue C M Y K H S L
Decimal 23 153 125 0.85 0 0.18 0.4 167.08 0.74 0.35
Hex 17 99 7D 55 0 12 28 A7 4A 23
Octal 27 231 175 125 0 22 50 247 112 43
Binary 10111 10011001 1111101 1010101 0 10010 101000 10100111 1001010 100011

Color Harmonies of #17997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17997D

Black with #17997D

Text Example


Text Example

White with #17997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17997D; }

 p { color: rgb(23,153,125); }

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

background-color css

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

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

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

border-color css

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

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

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