Html Css Color HEX #17F5F2 Aqua

📋 copy color: '#17F5F2'

red 23 ◦ green 245 ◦ blue 242

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

Shades of Aqua #17F5F2

Tints of Aqua #17F5F2

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.04%

 BLUE value IS 242 (94.92% from 255) = 47.45%

R = 4.51%
G = 48.04%
B = 47.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#17F5F2 (or 0x17F5F2) is known color: Aqua. HEX triplet: 17, F5 and F2. RGB value is (23,245,242). Sum of RGB (Red+Green+Blue) = 23+245+242=510 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.51% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #17F5F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F5F2 is #E80A0D. Grayscale: #B2B2B2. Windows color (decimal): -15206926 or 15922455. OLE color: 15922455.

HSL color Cylindrical-coordinate representation of color #17F5F2: hue angle of 179.19º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17F5F2 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 23 245 242 -
CMYK 0.91 0 0.01 0.04
HSL 179.19º 0.92% 0.53% -
HSV(B) 179.19º 0.91% 0.96% -
XYZ 49.03 71.9 95.3 -
YUV 178.28 163.95 17.24 -
System Red Green Blue C M Y K H S L
Decimal 23 245 242 0.91 0 0.01 0.04 179.19 0.92 0.53
Hex 17 F5 F2 5B 0 1 4 B3 5C 35
Octal 27 365 362 133 0 1 4 263 134 65
Binary 10111 11110101 11110010 1011011 0 1 100 10110011 1011100 110101

Color Harmonies of #17F5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17F5F2

Black with #17F5F2

Text Example


Text Example

White with #17F5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17F5F2; }

 p { color: rgb(23,245,242); }

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

background-color css

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

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

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

border-color css

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

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

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