Html Css Color HEX #15FAF1 Aqua

📋 copy color: '#15FAF1'

red 21 ◦ green 250 ◦ blue 241

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

Shades of Aqua #15FAF1

Tints of Aqua #15FAF1

RGB

 RED value IS 21 (8.59% from 255) = 4.1%

 GREEN value IS 250 (98.05% from 255) = 48.83%

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 4.1%
G = 48.83%
B = 47.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#15FAF1 (or 0x15FAF1) is known color: Aqua. HEX triplet: 15, FA and F1. RGB value is (21,250,241). Sum of RGB (Red+Green+Blue) = 21+250+241=512 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.10% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #15FAF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FAF1 is #EA050E. Grayscale: #B4B4B4. Windows color (decimal): -15336719 or 15858197. OLE color: 15858197.

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

Color convert

RGB 21 250 241 -
CMYK 0.92 0 0.04 0.02
HSL 177.64º 0.96% 0.53% -
HSV(B) 177.64º 0.92% 0.98% -
XYZ 50.37 74.88 95.02 -
YUV 180.5 162.13 14.23 -
System Red Green Blue C M Y K H S L
Decimal 21 250 241 0.92 0 0.04 0.02 177.64 0.96 0.53
Hex 15 FA F1 5C 0 4 2 B2 60 35
Octal 25 372 361 134 0 4 2 262 140 65
Binary 10101 11111010 11110001 1011100 0 100 10 10110010 1100000 110101

Color Harmonies of #15FAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FAF1

Black with #15FAF1

Text Example


Text Example

White with #15FAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15FAF1; }

 p { color: rgb(21,250,241); }

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

background-color css

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

 a { background-color: rgb(21,250,241); }

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

border-color css

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

 span { border-color: rgb(21,250,241); }

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