Html Css Color HEX #70FACB Aquamarine

📋 copy color: '#70FACB'

red 112 ◦ green 250 ◦ blue 203

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

Shades of Aquamarine #70FACB

Tints of Aquamarine #70FACB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.25%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 19.82%
G = 44.25%
B = 35.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#70FACB (or 0x70FACB) is known color: Aquamarine. HEX triplet: 70, FA and CB. RGB value is (112,250,203). Sum of RGB (Red+Green+Blue) = 112+250+203=565 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.82% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #70FACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FACB is #8F0534. Grayscale: #CBCBCB. Windows color (decimal): -9372981 or 13367920. OLE color: 13367920.

HSL color Cylindrical-coordinate representation of color #70FACB: hue angle of 159.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FACB is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 250 203 -
CMYK 0.55 0 0.19 0.02
HSL 159.57º 0.93% 0.71% -
HSV(B) 159.57º 0.55% 0.98% -
XYZ 51.65 76.13 68.47 -
YUV 203.38 127.78 62.82 -
System Red Green Blue C M Y K H S L
Decimal 112 250 203 0.55 0 0.19 0.02 159.57 0.93 0.71
Hex 70 FA CB 37 0 13 2 A0 5D 47
Octal 160 372 313 67 0 23 2 240 135 107
Binary 1110000 11111010 11001011 110111 0 10011 10 10100000 1011101 1000111

Color Harmonies of #70FACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FACB

Black with #70FACB

Text Example


Text Example

White with #70FACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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