Html Css Color HEX #70FBDA Aquamarine

📋 copy color: '#70FBDA'

red 112 ◦ green 251 ◦ blue 218

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

Shades of Aquamarine #70FBDA

Tints of Aquamarine #70FBDA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.2%

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 19.28%
G = 43.2%
B = 37.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#70FBDA (or 0x70FBDA) is known color: Aquamarine. HEX triplet: 70, FB and DA. RGB value is (112,251,218). Sum of RGB (Red+Green+Blue) = 112+251+218=581 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.28% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FBDA is #8F0425. Grayscale: #CDCDCD. Windows color (decimal): -9372710 or 14351216. OLE color: 14351216.

HSL color Cylindrical-coordinate representation of color #70FBDA: hue angle of 165.76º degrees, saturation: 0.95, 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 #70FBDA is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 251 218 -
CMYK 0.55 0 0.13 0.02
HSL 165.76º 0.95% 0.71% -
HSV(B) 165.76º 0.55% 0.98% -
XYZ 53.83 77.5 78.45 -
YUV 205.68 134.95 61.18 -
System Red Green Blue C M Y K H S L
Decimal 112 251 218 0.55 0 0.13 0.02 165.76 0.95 0.71
Hex 70 FB DA 37 0 D 2 A6 5F 47
Octal 160 373 332 67 0 15 2 246 137 107
Binary 1110000 11111011 11011010 110111 0 1101 10 10100110 1011111 1000111

Color Harmonies of #70FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FBDA

Black with #70FBDA

Text Example


Text Example

White with #70FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,251,218); }

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

background-color css

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

 a { background-color: rgb(112,251,218); }

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

border-color css

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

 span { border-color: rgb(112,251,218); }

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