Html Css Color HEX #8CF1DB Aquamarine

📋 copy color: '#8CF1DB'

red 140 ◦ green 241 ◦ blue 219

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

Shades of Aquamarine #8CF1DB

Tints of Aquamarine #8CF1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.17%

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

R = 23.33%
G = 40.17%
B = 36.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#8CF1DB (or 0x8CF1DB) is known color: Aquamarine. HEX triplet: 8C, F1 and DB. RGB value is (140,241,219). Sum of RGB (Red+Green+Blue) = 140+241+219=600 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.33% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF1DB is #730E24. Grayscale: #D0D0D0. Windows color (decimal): -7540261 or 14414220. OLE color: 14414220.

HSL color Cylindrical-coordinate representation of color #8CF1DB: hue angle of 166.93º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF1DB is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 241 219 -
CMYK 0.42 0 0.09 0.05
HSL 166.93º 0.78% 0.75% -
HSV(B) 166.93º 0.42% 0.95% -
XYZ 55.06 73.6 78.32 -
YUV 208.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 140 241 219 0.42 0 0.09 0.05 166.93 0.78 0.75
Hex 8C F1 DB 2A 0 9 5 A7 4E 4B
Octal 214 361 333 52 0 11 5 247 116 113
Binary 10001100 11110001 11011011 101010 0 1001 101 10100111 1001110 1001011

Color Harmonies of #8CF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF1DB

Black with #8CF1DB

Text Example


Text Example

White with #8CF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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