Html Css Color HEX #09F6F2 Aqua

📋 copy color: '#09F6F2'

red 9 ◦ green 246 ◦ blue 242

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

Shades of Aqua #09F6F2

Tints of Aqua #09F6F2

RGB

 RED value IS 9 (3.91% from 255) = 1.81%

 GREEN value IS 246 (96.48% from 255) = 49.5%

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

R = 1.81%
G = 49.5%
B = 48.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#09F6F2 (or 0x09F6F2) is known color: Aqua. HEX triplet: 09, F6 and F2. RGB value is (9,246,242). Sum of RGB (Red+Green+Blue) = 9+246+242=497 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #09F6F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F6F2 is #F6090D. Grayscale: #AEAEAE. Windows color (decimal): -16124174 or 15922697. OLE color: 15922697.

HSL color Cylindrical-coordinate representation of color #09F6F2: hue angle of 178.99º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F6F2 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 246 242 -
CMYK 0.96 0 0.02 0.04
HSL 178.99º 0.93% 0.5% -
HSV(B) 178.99º 0.96% 0.96% -
XYZ 49.1 72.38 95.39 -
YUV 174.68 165.98 9.83 -
System Red Green Blue C M Y K H S L
Decimal 9 246 242 0.96 0 0.02 0.04 178.99 0.93 0.5
Hex 9 F6 F2 60 0 2 4 B3 5D 32
Octal 11 366 362 140 0 2 4 263 135 62
Binary 1001 11110110 11110010 1100000 0 10 100 10110011 1011101 110010

Color Harmonies of #09F6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F6F2

Black with #09F6F2

Text Example


Text Example

White with #09F6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09F6F2; }

 p { color: rgb(9,246,242); }

 H1.HeaderClassName
 {
   color: #09F6F2;
 }
 .AnyTagClassName
 {
   color: #09F6F2;
 }
</style>

background-color css

<style>
 a { background-color: #09F6F2; }

 a { background-color: rgb(9,246,242); }

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

border-color css

<style>
 span { border-color: #09F6F2; }

 span { border-color: rgb(9,246,242); }

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