#35FFFB

Color #35FFFB Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #35FFFB

Tints of Aqua #35FFFB

Color information

#35FFFB (or 0x35FFFB) is unknown color: approx Aqua. HEX triplet: 35, FF and FB. RGB value is (53,255,251). Sum of RGB (Red+Green+Blue) = 53+255+251=559 (74% of max value = 765). Red value is 53 (21.09% from 255 or 9.48% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35FFFB is #CA0004. Grayscale: #C1C1C1. Windows color (decimal): -13238277 or 16514869. OLE color: 16514869.

HSL color Cylindrical-coordinate representation of color #35FFFB: hue angle of 178.81º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FFFB is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB53255251-
CMYK0.7900.020
HSL178.81º100%60.39%-
HSV(B)178.81º79.22%100%-
XYZ54.6479.24103.68-
YUV194.15160.0827.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 9.48%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=9.48%
G=45.62%
B=44.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal532552510.7900.020178.8110060.39
Hex35FFFB4F020b3643c
Octal6537737311702026314474
Binary110101111111111111101110011110100101100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35FFFB; }

 p { color: rgb(53,255,251); }

 H1.HeaderClassName
 {
   color: #35FFFB;
 }
 .AnyTagClassName
 {
   color: #35FFFB;
 }
</style>
background-color css

<style>
 a { background-color: #35FFFB; }

 a { background-color: rgb(53,255,251); }

 div.DivClassName
 {
   background-color: #35FFFB;
 }
 .BgClassName
 {
   background-color: #35FFFB;
 }
</style>
border-color css

<style>
 span { border-color: #35FFFB; }

 span { border-color: rgb(53,255,251); }

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