Html Css Color HEX #70CCB0 Medium Aquamarine

📋 copy color: '#70CCB0'

red 112 ◦ green 204 ◦ blue 176

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

Shades of Medium Aquamarine #70CCB0

Tints of Medium Aquamarine #70CCB0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.46%

 BLUE value IS 176 (69.14% from 255) = 35.77%

R = 22.76%
G = 41.46%
B = 35.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#70CCB0 (or 0x70CCB0) is known color: Medium Aquamarine. HEX triplet: 70, CC and B0. RGB value is (112,204,176). Sum of RGB (Red+Green+Blue) = 112+204+176=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CCB0 is #8F334F. Grayscale: #ADADAD. Windows color (decimal): -9384784 or 11586672. OLE color: 11586672.

HSL color Cylindrical-coordinate representation of color #70CCB0: hue angle of 161.74º 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 #70CCB0 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 204 176 -
CMYK 0.45 0 0.14 0.2
HSL 161.74º 0.47% 0.62% -
HSV(B) 161.74º 0.45% 0.8% -
XYZ 36.11 49.77 48.78 -
YUV 173.3 129.52 84.28 -
System Red Green Blue C M Y K H S L
Decimal 112 204 176 0.45 0 0.14 0.2 161.74 0.47 0.62
Hex 70 CC B0 2D 0 E 14 A2 2F 3E
Octal 160 314 260 55 0 16 24 242 57 76
Binary 1110000 11001100 10110000 101101 0 1110 10100 10100010 101111 111110

Color Harmonies of #70CCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCB0

Black with #70CCB0

Text Example


Text Example

White with #70CCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,204,176); }

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

background-color css

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

 a { background-color: rgb(112,204,176); }

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

border-color css

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

 span { border-color: rgb(112,204,176); }

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