Html Css Color HEX #30EFFC Aqua

📋 copy color: '#30EFFC'

red 48 ◦ green 239 ◦ blue 252

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

Shades of Aqua #30EFFC

Tints of Aqua #30EFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 8.91%
G = 44.34%
B = 46.75%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30EFFC (or 0x30EFFC) is known color: Aqua. HEX triplet: 30, EF and FC. RGB value is (48,239,252). Sum of RGB (Red+Green+Blue) = 48+239+252=539 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.91% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #30EFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EFFC is #CF1003. Grayscale: #B7B7B7. Windows color (decimal): -13570052 or 16576304. OLE color: 16576304.

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

Color convert

RGB 48 239 252 -
CMYK 0.81 0.05 0 0.01
HSL 183.82º 0.97% 0.59% -
HSV(B) 183.82º 0.81% 0.99% -
XYZ 49.66 69.39 102.87 -
YUV 183.37 166.72 31.44 -
System Red Green Blue C M Y K H S L
Decimal 48 239 252 0.81 0.05 0 0.01 183.82 0.97 0.59
Hex 30 EF FC 51 5 0 1 B8 61 3B
Octal 60 357 374 121 5 0 1 270 141 73
Binary 110000 11101111 11111100 1010001 101 0 1 10111000 1100001 111011

Color Harmonies of #30EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EFFC

Black with #30EFFC

Text Example


Text Example

White with #30EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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