Html Css Color HEX #70EFBB Aquamarine

📋 copy color: '#70EFBB'

red 112 ◦ green 239 ◦ blue 187

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

Shades of Aquamarine #70EFBB

Tints of Aquamarine #70EFBB

RGB

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

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

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

R = 20.82%
G = 44.42%
B = 34.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#70EFBB (or 0x70EFBB) is known color: Aquamarine. HEX triplet: 70, EF and BB. RGB value is (112,239,187). Sum of RGB (Red+Green+Blue) = 112+239+187=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EFBB is #8F1044. Grayscale: #C3C3C3. Windows color (decimal): -9375813 or 12316528. OLE color: 12316528.

HSL color Cylindrical-coordinate representation of color #70EFBB: hue angle of 155.43º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EFBB is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 187 -
CMYK 0.53 0 0.22 0.06
HSL 155.43º 0.8% 0.69% -
HSV(B) 155.43º 0.53% 0.94% -
XYZ 46.52 68.77 57.84 -
YUV 195.1 123.42 68.73 -
System Red Green Blue C M Y K H S L
Decimal 112 239 187 0.53 0 0.22 0.06 155.43 0.8 0.69
Hex 70 EF BB 35 0 16 6 9B 50 45
Octal 160 357 273 65 0 26 6 233 120 105
Binary 1110000 11101111 10111011 110101 0 10110 110 10011011 1010000 1000101

Color Harmonies of #70EFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EFBB

Black with #70EFBB

Text Example


Text Example

White with #70EFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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