#70FBCB

Color #70FBCB Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #70FBCB

Tints of Aquamarine #70FBCB

Color information

#70FBCB (or 0x70FBCB) is unknown color: approx Aquamarine. HEX triplet: 70, FB and CB. RGB value is (112,251,203). Sum of RGB (Red+Green+Blue) = 112+251+203=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FBCB is #8F0434. Grayscale: #CCCCCC. Windows color (decimal): -9372725 or 13368176. OLE color: 13368176.

HSL color Cylindrical-coordinate representation of color #70FBCB: hue angle of 159.28º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FBCB is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB112251203-
CMYK0.5500.190.02
HSL159.28º94.56%71.18%-
HSV(B)159.28º55.38%98.43%-
XYZ51.9676.7568.58-
YUV203.97127.4562.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.79%
GREEN value IS 251 (98.44% from 255) = 44.35%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=19.79%
G=44.35%
B=35.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122512030.5500.190.02159.2894.5671.18
Hex70FBCB3701329f5f47
Octal160373313670232237137107
Binary11100001111101111001011110111010011101001111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70FBCB; }

 p { color: rgb(112,251,203); }

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

<style>
 a { background-color: #70FBCB; }

 a { background-color: rgb(112,251,203); }

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

<style>
 span { border-color: #70FBCB; }

 span { border-color: rgb(112,251,203); }

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