Html Css Color HEX #15F2F4 Aqua

📋 copy color: '#15F2F4'

red 21 ◦ green 242 ◦ blue 244

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

Shades of Aqua #15F2F4

Tints of Aqua #15F2F4

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.73%

 BLUE value IS 244 (95.7% from 255) = 48.13%

R = 4.14%
G = 47.73%
B = 48.13%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#15F2F4 (or 0x15F2F4) is known color: Aqua. HEX triplet: 15, F2 and F4. RGB value is (21,242,244). Sum of RGB (Red+Green+Blue) = 21+242+244=507 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.14% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #15F2F4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F2F4 is #EA0D0B. Grayscale: #AFAFAF. Windows color (decimal): -15338764 or 16052757. OLE color: 16052757.

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

Color convert

RGB 21 242 244 -
CMYK 0.91 0.01 0 0.04
HSL 180.54º 0.91% 0.52% -
HSV(B) 180.54º 0.91% 0.96% -
XYZ 48.39 70.2 96.59 -
YUV 176.15 166.28 17.34 -
System Red Green Blue C M Y K H S L
Decimal 21 242 244 0.91 0.01 0 0.04 180.54 0.91 0.52
Hex 15 F2 F4 5B 1 0 4 B5 5B 34
Octal 25 362 364 133 1 0 4 265 133 64
Binary 10101 11110010 11110100 1011011 1 0 100 10110101 1011011 110100

Color Harmonies of #15F2F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F2F4

Black with #15F2F4

Text Example


Text Example

White with #15F2F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,242,244); }

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

background-color css

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

 a { background-color: rgb(21,242,244); }

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

border-color css

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

 span { border-color: rgb(21,242,244); }

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