Html Css Color HEX #30EFFE Aqua

📋 copy color: '#30EFFE'

red 48 ◦ green 239 ◦ blue 254

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

Shades of Aqua #30EFFE

Tints of Aqua #30EFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.18%

 BLUE value IS 254 (99.61% from 255) = 46.95%

R = 8.87%
G = 44.18%
B = 46.95%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#30EFFE (or 0x30EFFE) is known color: Aqua. HEX triplet: 30, EF and FE. RGB value is (48,239,254). Sum of RGB (Red+Green+Blue) = 48+239+254=541 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.87% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #30EFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EFFE is #CF1001. Grayscale: #B7B7B7. Windows color (decimal): -13570050 or 16707376. OLE color: 16707376.

HSL color Cylindrical-coordinate representation of color #30EFFE: hue angle of 184.37º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30EFFE is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 239 254 -
CMYK 0.81 0.06 0 0.00
HSL 184.37º 0.99% 0.59% -
HSV(B) 184.37º 0.81% 1% -
XYZ 49.97 69.52 104.55 -
YUV 183.6 167.72 31.28 -
System Red Green Blue C M Y K H S L
Decimal 48 239 254 0.81 0.06 0 0.00 184.37 0.99 0.59
Hex 30 EF FE 51 6 0 0 B8 63 3B
Octal 60 357 376 121 6 0 0 270 143 73
Binary 110000 11101111 11111110 1010001 110 0 0 10111000 1100011 111011

Color Harmonies of #30EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EFFE

Black with #30EFFE

Text Example


Text Example

White with #30EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,239,254); }

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

background-color css

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

 a { background-color: rgb(48,239,254); }

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

border-color css

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

 span { border-color: rgb(48,239,254); }

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