Html Css Color HEX #8CFCDB Aquamarine

📋 copy color: '#8CFCDB'

red 140 ◦ green 252 ◦ blue 219

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

Shades of Aquamarine #8CFCDB

Tints of Aquamarine #8CFCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.24%

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

R = 22.91%
G = 41.24%
B = 35.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#8CFCDB (or 0x8CFCDB) is known color: Aquamarine. HEX triplet: 8C, FC and DB. RGB value is (140,252,219). Sum of RGB (Red+Green+Blue) = 140+252+219=611 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.91% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCDB is #730324. Grayscale: #D6D6D6. Windows color (decimal): -7537445 or 14417036. OLE color: 14417036.

HSL color Cylindrical-coordinate representation of color #8CFCDB: hue angle of 162.32º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFCDB is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 252 219 -
CMYK 0.44 0 0.13 0.01
HSL 162.32º 0.95% 0.77% -
HSV(B) 162.32º 0.44% 0.99% -
XYZ 58.41 80.31 79.44 -
YUV 214.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 140 252 219 0.44 0 0.13 0.01 162.32 0.95 0.77
Hex 8C FC DB 2C 0 D 1 A2 5F 4D
Octal 214 374 333 54 0 15 1 242 137 115
Binary 10001100 11111100 11011011 101100 0 1101 1 10100010 1011111 1001101

Color Harmonies of #8CFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFCDB

Black with #8CFCDB

Text Example


Text Example

White with #8CFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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