Html Css Color HEX #70FFBB Aquamarine

📋 copy color: '#70FFBB'

red 112 ◦ green 255 ◦ blue 187

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

Shades of Aquamarine #70FFBB

Tints of Aquamarine #70FFBB

RGB

 RED value IS 112 (44.14% from 255) = 20.22%

 GREEN value IS 255 (100% from 255) = 46.03%

 BLUE value IS 187 (73.44% from 255) = 33.75%

R = 20.22%
G = 46.03%
B = 33.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#70FFBB (or 0x70FFBB) is known color: Aquamarine. HEX triplet: 70, FF and BB. RGB value is (112,255,187). Sum of RGB (Red+Green+Blue) = 112+255+187=554 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.22% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFBB is #8F0044. Grayscale: #CCCCCC. Windows color (decimal): -9371717 or 12320624. OLE color: 12320624.

HSL color Cylindrical-coordinate representation of color #70FFBB: hue angle of 151.47º 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 #70FFBB is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 112 255 187 -
CMYK 0.56 0 0.27 0
HSL 151.47º 1% 0.72% -
HSV(B) 151.47º 0.56% 1% -
XYZ 51.41 78.55 59.47 -
YUV 204.49 118.12 62.03 -
System Red Green Blue C M Y K H S L
Decimal 112 255 187 0.56 0 0.27 0 151.47 1 0.72
Hex 70 FF BB 38 0 1B 0 97 64 48
Octal 160 377 273 70 0 33 0 227 144 110
Binary 1110000 11111111 10111011 111000 0 11011 0 10010111 1100100 1001000

Color Harmonies of #70FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FFBB

Black with #70FFBB

Text Example


Text Example

White with #70FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70FFBB;
 }
 .AnyTagClassName
 {
   color: #70FFBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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