Html Css Color HEX #30F9F7 Aqua

📋 copy color: '#30F9F7'

red 48 ◦ green 249 ◦ blue 247

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

Shades of Aqua #30F9F7

Tints of Aqua #30F9F7

RGB

 RED value IS 48 (19.14% from 255) = 8.82%

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

 BLUE value IS 247 (96.88% from 255) = 45.4%

R = 8.82%
G = 45.77%
B = 45.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#30F9F7 (or 0x30F9F7) is known color: Aqua. HEX triplet: 30, F9 and F7. RGB value is (48,249,247). Sum of RGB (Red+Green+Blue) = 48+249+247=544 (72% of max value = 765). Red value is 48 (19.14% from 255 or 8.82% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #30F9F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F9F7 is #CF0608. Grayscale: #BCBCBC. Windows color (decimal): -13567497 or 16251184. OLE color: 16251184.

HSL color Cylindrical-coordinate representation of color #30F9F7: hue angle of 179.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F9F7 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 249 247 -
CMYK 0.81 0 0.01 0.02
HSL 179.4º 0.94% 0.58% -
HSV(B) 179.4º 0.81% 0.98% -
XYZ 51.88 75.1 99.76 -
YUV 188.67 160.91 27.66 -
System Red Green Blue C M Y K H S L
Decimal 48 249 247 0.81 0 0.01 0.02 179.4 0.94 0.58
Hex 30 F9 F7 51 0 1 2 B3 5E 3A
Octal 60 371 367 121 0 1 2 263 136 72
Binary 110000 11111001 11110111 1010001 0 1 10 10110011 1011110 111010

Color Harmonies of #30F9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F9F7

Black with #30F9F7

Text Example


Text Example

White with #30F9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30F9F7; }

 p { color: rgb(48,249,247); }

 H1.HeaderClassName
 {
   color: #30F9F7;
 }
 .AnyTagClassName
 {
   color: #30F9F7;
 }
</style>

background-color css

<style>
 a { background-color: #30F9F7; }

 a { background-color: rgb(48,249,247); }

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

border-color css

<style>
 span { border-color: #30F9F7; }

 span { border-color: rgb(48,249,247); }

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