Html Css Color HEX #19FFEF Aqua

📋 copy color: '#19FFEF'

red 25 ◦ green 255 ◦ blue 239

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

Shades of Aqua #19FFEF

Tints of Aqua #19FFEF

RGB

 RED value IS 25 (10.16% from 255) = 4.82%

 GREEN value IS 255 (100% from 255) = 49.13%

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 4.82%
G = 49.13%
B = 46.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#19FFEF (or 0x19FFEF) is known color: Aqua. HEX triplet: 19, FF and EF. RGB value is (25,255,239). Sum of RGB (Red+Green+Blue) = 25+255+239=519 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.82% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FFEF is #E60010. Grayscale: #B8B8B8. Windows color (decimal): -15073297 or 15728409. OLE color: 15728409.

HSL color Cylindrical-coordinate representation of color #19FFEF: hue angle of 175.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FFEF is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 25 255 239 -
CMYK 0.90 0 0.06 0
HSL 175.83º 1% 0.55% -
HSV(B) 175.83º 0.9% 1% -
XYZ 51.74 77.96 93.98 -
YUV 184.41 158.8 14.3 -
System Red Green Blue C M Y K H S L
Decimal 25 255 239 0.90 0 0.06 0 175.83 1 0.55
Hex 19 FF EF 5A 0 6 0 B0 64 37
Octal 31 377 357 132 0 6 0 260 144 67
Binary 11001 11111111 11101111 1011010 0 110 0 10110000 1100100 110111

Color Harmonies of #19FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FFEF

Black with #19FFEF

Text Example


Text Example

White with #19FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19FFEF; }

 p { color: rgb(25,255,239); }

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

background-color css

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

 a { background-color: rgb(25,255,239); }

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

border-color css

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

 span { border-color: rgb(25,255,239); }

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