Html Css Color HEX #70EFBC Aquamarine

📋 copy color: '#70EFBC'

red 112 ◦ green 239 ◦ blue 188

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

Shades of Aquamarine #70EFBC

Tints of Aquamarine #70EFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 20.78%
G = 44.34%
B = 34.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#70EFBC (or 0x70EFBC) is known color: Aquamarine. HEX triplet: 70, EF and BC. RGB value is (112,239,188). Sum of RGB (Red+Green+Blue) = 112+239+188=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EFBC is #8F1043. Grayscale: #C3C3C3. Windows color (decimal): -9375812 or 12382064. OLE color: 12382064.

HSL color Cylindrical-coordinate representation of color #70EFBC: hue angle of 155.91º 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 #70EFBC is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 188 -
CMYK 0.53 0 0.21 0.06
HSL 155.91º 0.8% 0.69% -
HSV(B) 155.91º 0.53% 0.94% -
XYZ 46.63 68.81 58.4 -
YUV 195.21 123.92 68.65 -
System Red Green Blue C M Y K H S L
Decimal 112 239 188 0.53 0 0.21 0.06 155.91 0.8 0.69
Hex 70 EF BC 35 0 15 6 9C 50 45
Octal 160 357 274 65 0 25 6 234 120 105
Binary 1110000 11101111 10111100 110101 0 10101 110 10011100 1010000 1000101

Color Harmonies of #70EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EFBC

Black with #70EFBC

Text Example


Text Example

White with #70EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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