Html Css Color HEX #8CFADB Aquamarine

📋 copy color: '#8CFADB'

red 140 ◦ green 250 ◦ blue 219

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

Shades of Aquamarine #8CFADB

Tints of Aquamarine #8CFADB

RGB

 RED value IS 140 (55.08% from 255) = 22.99%

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

 BLUE value IS 219 (85.94% from 255) = 35.96%

R = 22.99%
G = 41.05%
B = 35.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#8CFADB (or 0x8CFADB) is known color: Aquamarine. HEX triplet: 8C, FA and DB. RGB value is (140,250,219). Sum of RGB (Red+Green+Blue) = 140+250+219=609 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.99% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFADB is #730524. Grayscale: #D5D5D5. Windows color (decimal): -7537957 or 14416524. OLE color: 14416524.

HSL color Cylindrical-coordinate representation of color #8CFADB: hue angle of 163.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFADB is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 250 219 -
CMYK 0.44 0 0.12 0.02
HSL 163.09º 0.92% 0.76% -
HSV(B) 163.09º 0.44% 0.98% -
XYZ 57.79 79.06 79.23 -
YUV 213.58 131.06 75.52 -
System Red Green Blue C M Y K H S L
Decimal 140 250 219 0.44 0 0.12 0.02 163.09 0.92 0.76
Hex 8C FA DB 2C 0 C 2 A3 5C 4C
Octal 214 372 333 54 0 14 2 243 134 114
Binary 10001100 11111010 11011011 101100 0 1100 10 10100011 1011100 1001100

Color Harmonies of #8CFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFADB

Black with #8CFADB

Text Example


Text Example

White with #8CFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CFADB; }

 p { color: rgb(140,250,219); }

 H1.HeaderClassName
 {
   color: #8CFADB;
 }
 .AnyTagClassName
 {
   color: #8CFADB;
 }
</style>

background-color css

<style>
 a { background-color: #8CFADB; }

 a { background-color: rgb(140,250,219); }

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

border-color css

<style>
 span { border-color: #8CFADB; }

 span { border-color: rgb(140,250,219); }

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