Html Css Color HEX #8FFBDC Aquamarine

📋 copy color: '#8FFBDC'

red 143 ◦ green 251 ◦ blue 220

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

Shades of Aquamarine #8FFBDC

Tints of Aquamarine #8FFBDC

RGB

 RED value IS 143 (56.25% from 255) = 23.29%

 GREEN value IS 251 (98.44% from 255) = 40.88%

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

R = 23.29%
G = 40.88%
B = 35.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#8FFBDC (or 0x8FFBDC) is known color: Aquamarine. HEX triplet: 8F, FB and DC. RGB value is (143,251,220). Sum of RGB (Red+Green+Blue) = 143+251+220=614 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.29% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #8FFBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFBDC is #700423. Grayscale: #D7D7D7. Windows color (decimal): -7341092 or 14482319. OLE color: 14482319.

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

Color convert

RGB 143 251 220 -
CMYK 0.43 0 0.12 0.02
HSL 162.78º 0.93% 0.77% -
HSV(B) 162.78º 0.43% 0.98% -
XYZ 58.74 80 80.06 -
YUV 215.17 130.72 76.52 -
System Red Green Blue C M Y K H S L
Decimal 143 251 220 0.43 0 0.12 0.02 162.78 0.93 0.77
Hex 8F FB DC 2B 0 C 2 A3 5D 4D
Octal 217 373 334 53 0 14 2 243 135 115
Binary 10001111 11111011 11011100 101011 0 1100 10 10100011 1011101 1001101

Color Harmonies of #8FFBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFBDC

Black with #8FFBDC

Text Example


Text Example

White with #8FFBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,251,220); }

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

background-color css

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

 a { background-color: rgb(143,251,220); }

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

border-color css

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

 span { border-color: rgb(143,251,220); }

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