Html Css Color HEX #8CFAE6 Aquamarine

📋 copy color: '#8CFAE6'

red 140 ◦ green 250 ◦ blue 230

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

Shades of Aquamarine #8CFAE6

Tints of Aquamarine #8CFAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.1%

R = 22.58%
G = 40.32%
B = 37.1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#8CFAE6 (or 0x8CFAE6) is known color: Aquamarine. HEX triplet: 8C, FA and E6. RGB value is (140,250,230). Sum of RGB (Red+Green+Blue) = 140+250+230=620 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.58% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFAE6 is #730519. Grayscale: #D6D6D6. Windows color (decimal): -7537946 or 15137420. OLE color: 15137420.

HSL color Cylindrical-coordinate representation of color #8CFAE6: hue angle of 169.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 #8CFAE6 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 250 230 -
CMYK 0.44 0 0.08 0.02
HSL 169.09º 0.92% 0.76% -
HSV(B) 169.09º 0.44% 0.98% -
XYZ 59.28 79.66 87.11 -
YUV 214.83 136.56 74.63 -
System Red Green Blue C M Y K H S L
Decimal 140 250 230 0.44 0 0.08 0.02 169.09 0.92 0.76
Hex 8C FA E6 2C 0 8 2 A9 5C 4C
Octal 214 372 346 54 0 10 2 251 134 114
Binary 10001100 11111010 11100110 101100 0 1000 10 10101001 1011100 1001100

Color Harmonies of #8CFAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFAE6

Black with #8CFAE6

Text Example


Text Example

White with #8CFAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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