Html Css Color HEX #70FCCB Aquamarine

📋 copy color: '#70FCCB'

red 112 ◦ green 252 ◦ blue 203

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

Shades of Aquamarine #70FCCB

Tints of Aquamarine #70FCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.44%

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

R = 19.75%
G = 44.44%
B = 35.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#70FCCB (or 0x70FCCB) is known color: Aquamarine. HEX triplet: 70, FC and CB. RGB value is (112,252,203). Sum of RGB (Red+Green+Blue) = 112+252+203=567 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.75% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCCB is #8F0334. Grayscale: #CCCCCC. Windows color (decimal): -9372469 or 13368432. OLE color: 13368432.

HSL color Cylindrical-coordinate representation of color #70FCCB: hue angle of 159º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCCB is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 252 203 -
CMYK 0.56 0 0.19 0.01
HSL 159º 0.96% 0.71% -
HSV(B) 159º 0.56% 0.99% -
XYZ 52.27 77.38 68.68 -
YUV 204.55 127.12 61.98 -
System Red Green Blue C M Y K H S L
Decimal 112 252 203 0.56 0 0.19 0.01 159 0.96 0.71
Hex 70 FC CB 38 0 13 1 9F 60 47
Octal 160 374 313 70 0 23 1 237 140 107
Binary 1110000 11111100 11001011 111000 0 10011 1 10011111 1100000 1000111

Color Harmonies of #70FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FCCB

Black with #70FCCB

Text Example


Text Example

White with #70FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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