Html Css Color HEX #8CF5DC Aquamarine

📋 copy color: '#8CF5DC'

red 140 ◦ green 245 ◦ blue 220

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

Shades of Aquamarine #8CF5DC

Tints of Aquamarine #8CF5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.5%

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 23.14%
G = 40.5%
B = 36.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#8CF5DC (or 0x8CF5DC) is known color: Aquamarine. HEX triplet: 8C, F5 and DC. RGB value is (140,245,220). Sum of RGB (Red+Green+Blue) = 140+245+220=605 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.14% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF5DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF5DC is #730A23. Grayscale: #D2D2D2. Windows color (decimal): -7539236 or 14480780. OLE color: 14480780.

HSL color Cylindrical-coordinate representation of color #8CF5DC: hue angle of 165.71º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF5DC is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 140 245 220 -
CMYK 0.43 0 0.10 0.04
HSL 165.71º 0.84% 0.75% -
HSV(B) 165.71º 0.43% 0.96% -
XYZ 56.39 76.05 79.42 -
YUV 210.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 140 245 220 0.43 0 0.10 0.04 165.71 0.84 0.75
Hex 8C F5 DC 2B 0 A 4 A6 54 4B
Octal 214 365 334 53 0 12 4 246 124 113
Binary 10001100 11110101 11011100 101011 0 1010 100 10100110 1010100 1001011

Color Harmonies of #8CF5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF5DC

Black with #8CF5DC

Text Example


Text Example

White with #8CF5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,245,220); }

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

background-color css

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

 a { background-color: rgb(140,245,220); }

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

border-color css

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

 span { border-color: rgb(140,245,220); }

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