Html Css Color HEX #70CB9F Medium Aquamarine

📋 copy color: '#70CB9F'

red 112 ◦ green 203 ◦ blue 159

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

Shades of Medium Aquamarine #70CB9F

Tints of Medium Aquamarine #70CB9F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.83%

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 23.63%
G = 42.83%
B = 33.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#70CB9F (or 0x70CB9F) is known color: Medium Aquamarine. HEX triplet: 70, CB and 9F. RGB value is (112,203,159). Sum of RGB (Red+Green+Blue) = 112+203+159=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CB9F is #8F3460. Grayscale: #AAAAAA. Windows color (decimal): -9385057 or 10472304. OLE color: 10472304.

HSL color Cylindrical-coordinate representation of color #70CB9F: hue angle of 150.99º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CB9F is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 203 159 -
CMYK 0.45 0 0.22 0.20
HSL 150.99º 0.47% 0.62% -
HSV(B) 150.99º 0.45% 0.8% -
XYZ 34.3 48.66 40.39 -
YUV 170.78 121.35 86.08 -
System Red Green Blue C M Y K H S L
Decimal 112 203 159 0.45 0 0.22 0.20 150.99 0.47 0.62
Hex 70 CB 9F 2D 0 16 14 97 2F 3E
Octal 160 313 237 55 0 26 24 227 57 76
Binary 1110000 11001011 10011111 101101 0 10110 10100 10010111 101111 111110

Color Harmonies of #70CB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CB9F

Black with #70CB9F

Text Example


Text Example

White with #70CB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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