#70FFCB

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

Shades of Aquamarine #70FFCB

Tints of Aquamarine #70FFCB

Color information

#70FFCB (or 0x70FFCB) is unknown color: approx Aquamarine. HEX triplet: 70, FF and CB. RGB value is (112,255,203). Sum of RGB (Red+Green+Blue) = 112+255+203=570 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.65% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFCB is #8F0034. Grayscale: #CECECE. Windows color (decimal): -9371701 or 13369200. OLE color: 13369200.

HSL color Cylindrical-coordinate representation of color #70FFCB: hue angle of 158.18º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FFCB is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB112255203-
CMYK0.5600.200
HSL158.18º100%71.96%-
HSV(B)158.18º56.08%100%-
XYZ53.2279.2869-
YUV206.32126.1260.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.65%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=19.65%
G=44.74%
B=35.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122552030.5600.200158.1810071.96
Hex70FFCB3801409e6448
Octal160377313700240236144110
Binary1110000111111111100101111100001010001001111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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