Html Css Color HEX #18F9F0 Aqua

📋 copy color: '#18F9F0'

red 24 ◦ green 249 ◦ blue 240

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

Shades of Aqua #18F9F0

Tints of Aqua #18F9F0

RGB

 RED value IS 24 (9.77% from 255) = 4.68%

 GREEN value IS 249 (97.66% from 255) = 48.54%

 BLUE value IS 240 (94.14% from 255) = 46.78%

R = 4.68%
G = 48.54%
B = 46.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#18F9F0 (or 0x18F9F0) is known color: Aqua. HEX triplet: 18, F9 and F0. RGB value is (24,249,240). Sum of RGB (Red+Green+Blue) = 24+249+240=513 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.68% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #18F9F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F9F0 is #E7060F. Grayscale: #B4B4B4. Windows color (decimal): -15140368 or 15792408. OLE color: 15792408.

HSL color Cylindrical-coordinate representation of color #18F9F0: hue angle of 177.6º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F9F0 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 249 240 -
CMYK 0.90 0 0.04 0.02
HSL 177.6º 0.95% 0.54% -
HSV(B) 177.6º 0.9% 0.98% -
XYZ 49.98 74.24 94.13 -
YUV 180.7 161.46 16.23 -
System Red Green Blue C M Y K H S L
Decimal 24 249 240 0.90 0 0.04 0.02 177.6 0.95 0.54
Hex 18 F9 F0 5A 0 4 2 B2 5F 36
Octal 30 371 360 132 0 4 2 262 137 66
Binary 11000 11111001 11110000 1011010 0 100 10 10110010 1011111 110110

Color Harmonies of #18F9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F9F0

Black with #18F9F0

Text Example


Text Example

White with #18F9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18F9F0; }

 p { color: rgb(24,249,240); }

 H1.HeaderClassName
 {
   color: #18F9F0;
 }
 .AnyTagClassName
 {
   color: #18F9F0;
 }
</style>

background-color css

<style>
 a { background-color: #18F9F0; }

 a { background-color: rgb(24,249,240); }

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

border-color css

<style>
 span { border-color: #18F9F0; }

 span { border-color: rgb(24,249,240); }

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