Html Css Color HEX #70FFB5 Aquamarine

📋 copy color: '#70FFB5'

red 112 ◦ green 255 ◦ blue 181

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

Shades of Aquamarine #70FFB5

Tints of Aquamarine #70FFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.03%

R = 20.44%
G = 46.53%
B = 33.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#70FFB5 (or 0x70FFB5) is known color: Aquamarine. HEX triplet: 70, FF and B5. RGB value is (112,255,181). Sum of RGB (Red+Green+Blue) = 112+255+181=548 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.44% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFB5 is #8F004A. Grayscale: #CBCBCB. Windows color (decimal): -9371723 or 11927408. OLE color: 11927408.

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

Color convert

RGB 112 255 181 -
CMYK 0.56 0 0.29 0
HSL 148.95º 1% 0.72% -
HSV(B) 148.95º 0.56% 1% -
XYZ 50.78 78.3 56.15 -
YUV 203.81 115.12 62.52 -
System Red Green Blue C M Y K H S L
Decimal 112 255 181 0.56 0 0.29 0 148.95 1 0.72
Hex 70 FF B5 38 0 1D 0 95 64 48
Octal 160 377 265 70 0 35 0 225 144 110
Binary 1110000 11111111 10110101 111000 0 11101 0 10010101 1100100 1001000

Color Harmonies of #70FFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FFB5

Black with #70FFB5

Text Example


Text Example

White with #70FFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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