Html Css Color HEX #70CBA5 Medium Aquamarine

📋 copy color: '#70CBA5'

red 112 ◦ green 203 ◦ blue 165

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

Shades of Medium Aquamarine #70CBA5

Tints of Medium Aquamarine #70CBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.38%

R = 23.33%
G = 42.29%
B = 34.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#70CBA5 (or 0x70CBA5) is known color: Medium Aquamarine. HEX triplet: 70, CB and A5. RGB value is (112,203,165). Sum of RGB (Red+Green+Blue) = 112+203+165=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CBA5 is #8F345A. Grayscale: #ABABAB. Windows color (decimal): -9385051 or 10865520. OLE color: 10865520.

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

Color convert

RGB 112 203 165 -
CMYK 0.45 0 0.19 0.20
HSL 154.95º 0.47% 0.62% -
HSV(B) 154.95º 0.45% 0.8% -
XYZ 34.83 48.87 43.2 -
YUV 171.46 124.35 85.59 -
System Red Green Blue C M Y K H S L
Decimal 112 203 165 0.45 0 0.19 0.20 154.95 0.47 0.62
Hex 70 CB A5 2D 0 13 14 9B 2F 3E
Octal 160 313 245 55 0 23 24 233 57 76
Binary 1110000 11001011 10100101 101101 0 10011 10100 10011011 101111 111110

Color Harmonies of #70CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBA5

Black with #70CBA5

Text Example


Text Example

White with #70CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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